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, wait
login
public boolean abort() throws LoginException
abort
in interface LoginModule
LoginException
public boolean commit() throws LoginException
commit
in interface LoginModule
LoginException
public void initialize(Subject subject, CallbackHandler callbackHandler, Map<String,?> sharedState, Map<String,?> options)
initialize
in interface LoginModule
public boolean logout() throws LoginException
logout
in interface LoginModule
LoginException
Copyright © 2013 Nuxeo SA. All Rights Reserved.