org.jboss.security.config
Class ModuleOption

java.lang.Object
  extended by org.jboss.security.config.ModuleOption

public class ModuleOption
extends Object

A login module option name/value pair holder

Version:
$Revision: 45684 $
Author:
Scott.Stark@jboss.org

Constructor Summary
ModuleOption(String name)
           
 
Method Summary
 String getName()
           
 Object getValue()
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleOption

public ModuleOption(String name)
Method Detail

getName

public String getName()

getValue

public Object getValue()

setValue

public void setValue(Object value)


Copyright © 2011 JBoss Inc.. All Rights Reserved.