public class CustomLoginModule extends Object implements LoginModule
| Constructor and Description |
|---|
CustomLoginModule() |
CustomLoginModule(org.apache.jackrabbit.oak.spi.security.ConfigurationParameters config) |
| 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() |
public CustomLoginModule()
public CustomLoginModule(org.apache.jackrabbit.oak.spi.security.ConfigurationParameters config)
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 © 2012–2018 The Apache Software Foundation. All rights reserved.