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

Packages that use LoginModuleSettings
org.apache.geronimo.security.jaas   
 

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, String controlFlag, org.apache.geronimo.kernel.Kernel kernel)
           
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.