JBoss Security SPI - Aggregator 2.0.4.SP8

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)
           
ModuleOption(String name, Object value)
           
 
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)

ModuleOption

public ModuleOption(String name,
                    Object value)
Method Detail

getName

public String getName()

getValue

public Object getValue()

setValue

public void setValue(Object value)

JBoss Security SPI - Aggregator 2.0.4.SP8

Copyright © 2012 JBoss Inc.. All Rights Reserved.