Uses of Class
org.jboss.security.config.jaxb.LoginModuleInfo

Packages that use LoginModuleInfo
org.jboss.security.config   
org.jboss.security.config.jaxb   
 

Uses of LoginModuleInfo in org.jboss.security.config
 

Methods in org.jboss.security.config with parameters of type LoginModuleInfo
 AppConfigurationEntry JBossSXConfigBridge.map(LoginModuleInfo loginModuleInfo)
           
 

Method parameters in org.jboss.security.config with type arguments of type LoginModuleInfo
 AppConfigurationEntry[] JBossSXConfigBridge.map(List<LoginModuleInfo> loginModuleInfoList)
           
 

Uses of LoginModuleInfo in org.jboss.security.config.jaxb
 

Fields in org.jboss.security.config.jaxb with type parameters of type LoginModuleInfo
protected  List<LoginModuleInfo> AuthenticationInfo.loginModule
           
protected  List<LoginModuleInfo> LoginModuleStack.loginModule
           
 

Methods in org.jboss.security.config.jaxb that return LoginModuleInfo
 LoginModuleInfo ObjectFactory.createLoginModuleInfo()
          Create an instance of LoginModuleInfo
 

Methods in org.jboss.security.config.jaxb that return types with arguments of type LoginModuleInfo
 javax.xml.bind.JAXBElement<LoginModuleInfo> ObjectFactory.createLoginModule(LoginModuleInfo value)
          Create an instance of JAXBElement<LoginModuleInfo>}
 List<LoginModuleInfo> AuthenticationInfo.getLoginModule()
          Gets the value of the loginModule property.
 List<LoginModuleInfo> LoginModuleStack.getLoginModule()
          Gets the value of the loginModule property.
 

Methods in org.jboss.security.config.jaxb with parameters of type LoginModuleInfo
 javax.xml.bind.JAXBElement<LoginModuleInfo> ObjectFactory.createLoginModule(LoginModuleInfo value)
          Create an instance of JAXBElement<LoginModuleInfo>}
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.