@Contract
public interface AuditManager
Modifier and Type | Method and Description |
---|---|
void |
authentication(String user,
String realm,
boolean success)
Reports authentication events to registered audit modules.
|
boolean |
isAuditOn()
Returns whether auditing is turned on.
|
void |
loadAuditModules()
Loads all audit modules.
|
void |
serverShutdown()
Reports server shutdown event to registered audit modules.
|
void |
serverStarted()
Reports server start-up event to registered audit modules.
|
void loadAuditModules()
void authentication(String user, String realm, boolean success)
user
- realm
- success
- void serverStarted()
void serverShutdown()
boolean isAuditOn()
Copyright © 2019. All rights reserved.