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

Packages that use JaasLoginModuleChain
org.apache.geronimo.security.jaas   
org.apache.geronimo.security.realm   
 

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

Classes in org.apache.geronimo.security.jaas that implement JaasLoginModuleChain
 class JaasLoginModuleUse
          Holds a reference to a login module and the control flag.
 

Methods in org.apache.geronimo.security.jaas that return JaasLoginModuleChain
 JaasLoginModuleChain JaasLoginModuleUse.getNext()
           
 JaasLoginModuleChain JaasLoginModuleChain.getNext()
          Gets the ObjectName of the next node in the chain after this one (another JaasLoginModuleChain).
 

Uses of JaasLoginModuleChain in org.apache.geronimo.security.realm
 

Methods in org.apache.geronimo.security.realm that return JaasLoginModuleChain
 JaasLoginModuleChain SecurityRealm.getLoginModuleChain()
          Gets the first JaasLoginModuleChain node in the chain of LoginModules for this realm.
 JaasLoginModuleChain GenericSecurityRealm.getLoginModuleChain()
           
 



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