org.apache.geronimo.security.deployment
Class LoginConfigBuilder

java.lang.Object
  extended by org.apache.geronimo.security.deployment.LoginConfigBuilder
All Implemented Interfaces:
XmlReferenceBuilder

public class LoginConfigBuilder
extends Object
implements XmlReferenceBuilder


Field Summary
static GBeanInfo GBEAN_INFO
           
static String LOGIN_CONFIG_NAMESPACE
           
 
Constructor Summary
LoginConfigBuilder(Kernel kernel, Collection xmlAttributeBuilderMap)
           
LoginConfigBuilder(Naming naming, Collection xmlAttributeBuilders)
           
 
Method Summary
static GBeanInfo getGBeanInfo()
           
 String getNamespace()
           
 ReferencePatterns getReferences(org.apache.xmlbeans.XmlObject xmlObject, DeploymentContext context, AbstractName parentName, ClassLoader classLoader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGIN_CONFIG_NAMESPACE

public static final String LOGIN_CONFIG_NAMESPACE

GBEAN_INFO

public static final GBeanInfo GBEAN_INFO
Constructor Detail

LoginConfigBuilder

public LoginConfigBuilder(Kernel kernel,
                          Collection xmlAttributeBuilderMap)

LoginConfigBuilder

public LoginConfigBuilder(Naming naming,
                          Collection xmlAttributeBuilders)
Method Detail

getNamespace

public String getNamespace()
Specified by:
getNamespace in interface XmlReferenceBuilder

getReferences

public ReferencePatterns getReferences(org.apache.xmlbeans.XmlObject xmlObject,
                                       DeploymentContext context,
                                       AbstractName parentName,
                                       ClassLoader classLoader)
                                throws DeploymentException
Specified by:
getReferences in interface XmlReferenceBuilder
Throws:
DeploymentException

getGBeanInfo

public static GBeanInfo getGBeanInfo()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.