org.jboss.security.auth.login
Class AppConfigurationEntryHolder

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

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

A container for creating AppConfigurationEntry during jbxb parse.

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

Nested Class Summary
 
Nested classes inherited from class org.jboss.xb.binding.GenericValueContainer
org.jboss.xb.binding.GenericValueContainer.FACTORY
 
Constructor Summary
AppConfigurationEntryHolder()
           
 
Method Summary
 void addChild(javax.xml.namespace.QName name, Object value)
           
 void addOption(org.jboss.security.auth.login.ModuleOption option)
           
 AppConfigurationEntry getEntry()
           
 Object instantiate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppConfigurationEntryHolder

public AppConfigurationEntryHolder()
Method Detail

getEntry

public AppConfigurationEntry getEntry()

addOption

public void addOption(org.jboss.security.auth.login.ModuleOption option)

addChild

public void addChild(javax.xml.namespace.QName name,
                     Object value)
Specified by:
addChild in interface org.jboss.xb.binding.GenericValueContainer

instantiate

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


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.