public class ProxyLoginModule extends Object implements LoginModule
| Constructor and Description |
|---|
ProxyLoginModule() |
public void initialize(Subject subject, CallbackHandler callbackHandler, Map<String,?> sharedState, Map<String,?> options)
initialize in interface LoginModuleoptions, - include:
moduleName: the classname of the module that this proxy module
delegates all calls to.public boolean login()
throws LoginException
login in interface LoginModuleLoginException, - throw in the delegate login module failed.LoginExceptionpublic boolean commit()
throws LoginException
commit in interface LoginModuleLoginExceptionpublic boolean abort()
throws LoginException
abort in interface LoginModuleLoginExceptionpublic boolean logout()
throws LoginException
logout in interface LoginModuleLoginExceptionCopyright © 2012 JBoss Inc.. All Rights Reserved.