public final class JmsAuditEventHandlerFactory extends Object implements AuditEventHandlerFactory
JmsAuditEventHandler
.Constructor and Description |
---|
JmsAuditEventHandlerFactory() |
Modifier and Type | Method and Description |
---|---|
org.forgerock.audit.events.handlers.AuditEventHandler |
create(AuditEventHandlerConfiguration configuration)
Create an instance of
AuditEventHandler . |
public org.forgerock.audit.events.handlers.AuditEventHandler create(AuditEventHandlerConfiguration configuration) throws org.forgerock.audit.AuditException
AuditEventHandlerFactory
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
.create
in interface AuditEventHandlerFactory
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.