public abstract class AbstractAuditLoginModule extends Object implements LoginModule
| Constructor and Description |
|---|
AbstractAuditLoginModule() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
abort() |
protected abstract void |
audit(org.apache.karaf.jaas.modules.audit.AbstractAuditLoginModule.Action action,
String user) |
boolean |
commit() |
void |
initialize(Subject subject,
CallbackHandler callbackHandler,
Map sharedState,
Map options) |
boolean |
login() |
boolean |
logout() |
protected Subject subject
public void initialize(Subject subject, CallbackHandler callbackHandler, Map sharedState, Map options)
initialize in interface LoginModuleprotected abstract void audit(org.apache.karaf.jaas.modules.audit.AbstractAuditLoginModule.Action action,
String user)
public 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 © 2007–2020 The Apache Software Foundation. All rights reserved.