org.apache.geronimo.security.jaas.client
Class ClientLoginModuleProxy
java.lang.Object
org.apache.geronimo.security.jaas.client.LoginModuleProxy
org.apache.geronimo.security.jaas.client.ClientLoginModuleProxy
- All Implemented Interfaces:
- LoginModule
- Direct Known Subclasses:
- WrappingClientLoginModuleProxy
public class ClientLoginModuleProxy
- extends LoginModuleProxy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientLoginModuleProxy
public ClientLoginModuleProxy(LoginModuleControlFlag controlFlag,
Subject subject,
LoginModule source)
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.