org.apache.geronimo.security.deployment
Class LoginConfigBuilder

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

public class LoginConfigBuilder
extends Object
implements org.apache.geronimo.deployment.service.XmlReferenceBuilder


Field Summary
static org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
           
static String LOGIN_CONFIG_NAMESPACE
           
 
Constructor Summary
LoginConfigBuilder(org.apache.geronimo.kernel.Kernel kernel)
           
LoginConfigBuilder(org.apache.geronimo.kernel.Naming naming)
           
 
Method Summary
static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
           
 String getNamespace()
           
 org.apache.geronimo.gbean.ReferencePatterns getReferences(org.apache.xmlbeans.XmlObject xmlObject, org.apache.geronimo.deployment.DeploymentContext context, org.apache.geronimo.gbean.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 org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
Constructor Detail

LoginConfigBuilder

public LoginConfigBuilder(org.apache.geronimo.kernel.Kernel kernel)

LoginConfigBuilder

public LoginConfigBuilder(org.apache.geronimo.kernel.Naming naming)
Method Detail

getNamespace

public String getNamespace()
Specified by:
getNamespace in interface org.apache.geronimo.deployment.service.XmlReferenceBuilder

getReferences

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

getGBeanInfo

public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.