Uses of Interface
org.apache.geronimo.security.jaas.LoginModuleSettings

Packages that use LoginModuleSettings
org.apache.geronimo.connector.outbound.security   
org.apache.geronimo.console.core.security   
org.apache.geronimo.security.jaas   
 

Uses of LoginModuleSettings in org.apache.geronimo.connector.outbound.security
 

Classes in org.apache.geronimo.connector.outbound.security that implement LoginModuleSettings
 class PasswordCredentialLoginModuleWrapper
           
 

Uses of LoginModuleSettings in org.apache.geronimo.console.core.security
 

Constructors in org.apache.geronimo.console.core.security with parameters of type LoginModuleSettings
PropertiesLoginModuleManager(ServerInfo serverInfo, LoginModuleSettings loginModule)
           
 

Uses of LoginModuleSettings in org.apache.geronimo.security.jaas
 

Classes in org.apache.geronimo.security.jaas that implement LoginModuleSettings
 class LoginModuleGBean
          A GBean that wraps a LoginModule, plus options to configure the LoginModule.
 

Methods in org.apache.geronimo.security.jaas that return LoginModuleSettings
 LoginModuleSettings JaasLoginModuleUse.getLoginModule()
           
 LoginModuleSettings JaasLoginModuleChain.getLoginModule()
          Gets the login module that this node in the chain corresponds to (a LoginModuleGBean).
 

Constructors in org.apache.geronimo.security.jaas with parameters of type LoginModuleSettings
DirectConfigurationEntry(String applicationConfigName, LoginModuleControlFlag controlFlag, LoginModuleSettings module)
           
JaasLoginModuleUse(LoginModuleSettings loginModule, JaasLoginModuleUse next, LoginModuleControlFlag controlFlag)
           
 



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