public abstract class BaseAuditModule extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Properties |
props |
| Constructor and Description |
|---|
BaseAuditModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
authentication(String user,
String realm,
boolean success)
Invoked post authentication request for a user in a given realm
|
void |
init(Properties props)
Method is invoked at server startup, during AuditModule initialization.
|
void |
serverShutdown()
Invoked upon completion of the server shutdown
|
void |
serverStarted()
Invoked upon completion of the server startup
|
protected Properties props
public void init(Properties props)
props - the properties for the AuditModule. These properties are
defined in the domain.xmlpublic void authentication(String user, String realm, boolean success)
user - username for whom the authentication request was maderealm - the realm name under which the user is authenticated.success - the status of the authenticationpublic void serverStarted()
public void serverShutdown()
Copyright © 2017. All rights reserved.