public interface AuditEventHandlerFactory
AuditEventHandler
, based on the configuration attributes supplied. Instances of
AuditEventHandlerFactory
are injected with Guice and implementation class names can be configured in the
Audit Logging Configuration Service.AuditEventHandler
Modifier and Type | Method and Description |
---|---|
org.forgerock.audit.events.handlers.AuditEventHandler |
create(AuditEventHandlerConfiguration configuration)
Create an instance of
AuditEventHandler . |
org.forgerock.audit.events.handlers.AuditEventHandler create(AuditEventHandlerConfiguration configuration) throws org.forgerock.audit.AuditException
AuditEventHandler
. This method will be called every time configuration for audit
logging in OpenAM has changed. The returned handler will be added to the appropriate
AuditService
, which will in turn call AuditEventHandler.startup()
. If this
method returns null
then nothing will be added to the AuditService
.configuration
- The configuration properties to use when creating the handler.AuditEventHandler
or null if this handler is disabled.org.forgerock.audit.AuditException
- If an error occurred during creation of the handler.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.