public class SystemLoginModule extends Object implements LoginModule
| Modifier and Type | Field and Description | 
|---|---|
protected CallbackHandler | 
callbackHandler  | 
protected Map<String,Object> | 
sharedState  | 
protected Subject | 
subject  | 
protected boolean | 
trace  | 
| Constructor and Description | 
|---|
SystemLoginModule()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
abort()  | 
boolean | 
commit()  | 
void | 
initialize(Subject subject,
          CallbackHandler callbackHandler,
          Map<String,?> sharedState,
          Map<String,?> options)  | 
boolean | 
login()  | 
boolean | 
logout()  | 
protected CallbackHandler callbackHandler
protected Map<String,Object> sharedState
protected boolean trace
public SystemLoginModule()
public void initialize(Subject subject, CallbackHandler callbackHandler, Map<String,?> sharedState, Map<String,?> options)
initialize in interface LoginModulepublic boolean login() throws LoginException
login in interface LoginModuleLoginExceptionpublic boolean commit() throws LoginException
commit in interface LoginModuleLoginExceptionpublic boolean abort() throws LoginException
abort in interface LoginModuleLoginExceptionpublic boolean logout() throws LoginException
logout in interface LoginModuleLoginExceptionCopyright © 2019 Nuxeo. All rights reserved.