public abstract class NuxeoAbstractServerLoginModule extends Object implements LoginModule
LoginModule SPI from javax.security.auth.spi.| Constructor and Description |
|---|
NuxeoAbstractServerLoginModule() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
abort() |
boolean |
commit() |
void |
initialize(Subject subject,
CallbackHandler callbackHandler,
Map<String,?> sharedState,
Map<String,?> options) |
boolean |
logout() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitloginpublic boolean abort()
throws LoginException
abort in interface LoginModuleLoginExceptionpublic boolean commit()
throws LoginException
commit in interface LoginModuleLoginExceptionpublic void initialize(Subject subject, CallbackHandler callbackHandler, Map<String,?> sharedState, Map<String,?> options)
initialize in interface LoginModulepublic boolean logout()
throws LoginException
logout in interface LoginModuleLoginExceptionCopyright © 2012 Nuxeo SA. All Rights Reserved.