org.apache.geronimo.security.jaas.client
Class ClientLoginModuleProxy

java.lang.Object
  extended by org.apache.geronimo.security.jaas.client.LoginModuleProxy
      extended by org.apache.geronimo.security.jaas.client.ClientLoginModuleProxy
All Implemented Interfaces:
LoginModule
Direct Known Subclasses:
WrappingClientLoginModuleProxy

public class ClientLoginModuleProxy
extends LoginModuleProxy


Field Summary
 
Fields inherited from class org.apache.geronimo.security.jaas.client.LoginModuleProxy
controlFlag, subject
 
Constructor Summary
ClientLoginModuleProxy(LoginModuleControlFlag controlFlag, Subject subject, LoginModule source)
           
 
Method Summary
 boolean abort()
           
 boolean commit()
           
 void initialize(Subject subject, CallbackHandler callbackHandler, Map sharedState, Map options)
           
 boolean login()
           
 boolean logout()
           
 
Methods inherited from class org.apache.geronimo.security.jaas.client.LoginModuleProxy
getControlFlag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientLoginModuleProxy

public ClientLoginModuleProxy(LoginModuleControlFlag controlFlag,
                              Subject subject,
                              LoginModule source)
Method Detail

initialize

public void initialize(Subject subject,
                       CallbackHandler callbackHandler,
                       Map sharedState,
                       Map options)

login

public boolean login()
              throws LoginException
Throws:
LoginException

commit

public boolean commit()
               throws LoginException
Throws:
LoginException

abort

public boolean abort()
              throws LoginException
Throws:
LoginException

logout

public boolean logout()
               throws LoginException
Throws:
LoginException


Copyright © 2006 Apache Software Foundation. All Rights Reserved.