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() |
protected String |
getPrincipalInfo() |
void |
initialize(Subject subject,
CallbackHandler callbackHandler,
Map<String,?> sharedState,
Map<String,?> options) |
boolean |
login() |
boolean |
logout() |
protected Subject subject
public void initialize(Subject subject, CallbackHandler callbackHandler, Map<String,?> sharedState, Map<String,?> 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 LoginModuleLoginExceptionprotected String getPrincipalInfo()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.