Package | Description |
---|---|
org.forgerock.audit |
Modifier and Type | Method and Description |
---|---|
AuditServiceConfiguration |
AuditServiceProxy.getConfig() |
AuditServiceConfiguration |
AuditService.getConfig()
Gets the AuditService configuration.
|
Set<String> |
AuditServiceProxy.getKnownTopics() |
Set<String> |
AuditService.getKnownTopics()
Returns the set of event topics (schemas) that the
AuditService understands. |
AuditEventHandler |
AuditServiceProxy.getRegisteredHandler(String handlerName) |
AuditEventHandler |
AuditService.getRegisteredHandler(String handlerName)
Returns the registered handler corresponding to provided name.
|
Collection<AuditEventHandler> |
AuditServiceProxy.getRegisteredHandlers() |
Collection<AuditEventHandler> |
AuditService.getRegisteredHandlers()
Returns the registered handlers.
|
boolean |
AuditServiceProxy.isAuditing(String topic) |
boolean |
AuditService.isAuditing(String topic)
Returns whether or not events of the specified topic will be handled.
|
void |
AuditServiceProxy.setDelegate(AuditService newDelegate)
Sets the AuditService this object proxies.
|
void |
AuditServiceProxy.startup() |
void |
AuditService.startup()
Allows this
AuditService and all its AuditEventHandler s to perform any initialization that
would be unsafe to do if any other instance of the AuditService were still running. |
Copyright © 2025 Open Identity Platform Community. All rights reserved.