public class JackrabbitAuthenticationModule extends Object implements LoginModule, Serializable
Constructor and Description |
---|
JackrabbitAuthenticationModule() |
Modifier and Type | Method and Description |
---|---|
boolean |
abort() |
boolean |
commit() |
protected String |
getAdminPassword() |
protected String |
getAdminUser() |
void |
initialize(Subject subject,
CallbackHandler callbackHandler,
Map<String,?> sharedState,
Map<String,?> options) |
boolean |
login() |
boolean |
logout() |
public void initialize(Subject subject, CallbackHandler callbackHandler, Map<String,?> sharedState, Map<String,?> options)
initialize
in interface LoginModule
public boolean login() throws LoginException
login
in interface LoginModule
LoginException
public boolean commit() throws LoginException
commit
in interface LoginModule
LoginException
public boolean abort() throws LoginException
abort
in interface LoginModule
LoginException
public boolean logout() throws LoginException
logout
in interface LoginModule
LoginException
protected String getAdminUser()
protected String getAdminPassword()
Copyright © 2003–2015 Magnolia International Ltd.. All rights reserved.