org.apache.geronimo.security.jaas
Interface JaasLoginModuleChain

All Known Implementing Classes:
JaasLoginModuleUse

public interface JaasLoginModuleChain


Method Summary
 LoginModuleControlFlag getControlFlag()
          The String form of the control flag for the login module at this position in the chain.
 LoginModuleSettings getLoginModule()
          Gets the login module that this node in the chain corresponds to (a LoginModuleGBean).
 JaasLoginModuleChain getNext()
          Gets the ObjectName of the next node in the chain after this one (another JaasLoginModuleChain).
 void setControlFlag(LoginModuleControlFlag controlFlag)
          The String form of the control flag for the login module at this position in the chain.
 

Method Detail

getLoginModule

LoginModuleSettings getLoginModule()
Gets the login module that this node in the chain corresponds to (a LoginModuleGBean).


getNext

JaasLoginModuleChain getNext()
Gets the ObjectName of the next node in the chain after this one (another JaasLoginModuleChain).

Returns:
The ObjectName of the next node, in String form, or null if this is the last.

getControlFlag

LoginModuleControlFlag getControlFlag()
The String form of the control flag for the login module at this position in the chain.


setControlFlag

void setControlFlag(LoginModuleControlFlag controlFlag)
The String form of the control flag for the login module at this position in the chain.



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