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
- Version:
- $Revision: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $
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 © 2003-2007 Apache Software Foundation. All Rights Reserved.