org.jboss.security.auth.login
Class ModuleOptionContainer

java.lang.Object
  extended by org.jboss.security.auth.login.ModuleOptionContainer
All Implemented Interfaces:
org.jboss.xb.binding.GenericValueContainer

public class ModuleOptionContainer
extends Object
implements org.jboss.xb.binding.GenericValueContainer

ModuleOption declares a constructor that takes name as a parameter while the value should be set with the setter. This use-case is not supported out-of-the-box by jbxb, so, we use this container.

Version:
$Revision: 86122 $
Author:
Alexey Loubyansky

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.xb.binding.GenericValueContainer
org.jboss.xb.binding.GenericValueContainer.FACTORY
 
Constructor Summary
ModuleOptionContainer()
           
 
Method Summary
 void addChild(QName name, Object value)
          Add attributes or nested element content.
 Class<?> getTargetClass()
           
 Object getValue()
           
 Object instantiate()
           
 void setValue(Object value)
          Setter used when the module option is passed as the text body of the module-option element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleOptionContainer

public ModuleOptionContainer()
Method Detail

getValue

public Object getValue()
Returns:
- the option value

setValue

public void setValue(Object value)
Setter used when the module option is passed as the text body of the module-option element.

Parameters:
value - - text value

addChild

public void addChild(QName name,
                     Object value)
Add attributes or nested element content.

Specified by:
addChild in interface org.jboss.xb.binding.GenericValueContainer
Parameters:
name - - the attribute or element name
value - - the attribute or element value

instantiate

public Object instantiate()
Specified by:
instantiate in interface org.jboss.xb.binding.GenericValueContainer

getTargetClass

public Class<?> getTargetClass()
Specified by:
getTargetClass in interface org.jboss.xb.binding.GenericValueContainer


Copyright © 2009 JBoss Inc.. All Rights Reserved.