Package org.forgerock.audit.events.handlers
This package contains the default
AuditEventHandlers
.-
Interface Summary Interface Description AuditEventHandler The interface for an AuditEventHandler.AuditEventHandlerFactory Factory interface for creating instances ofAuditEventHandler
. -
Class Summary Class Description AuditEventHandlerBase Abstract AuditEventHandler class.AuditEventTopicState Stores the state of the details sent toAuditEventHandler.publishEvent(Context, String, JsonValue)
.DependencyProviderAuditEventHandlerFactory AuditEventFactory capable of performing construction injection by resolving dependencies using a DependencyProvider.EventHandlerConfiguration Base class for audit event handler configuration.FileBasedEventHandlerConfiguration Configures time based or size based log file rotation.FileBasedEventHandlerConfiguration.FileRetention Groups the file retention config parameters.FileBasedEventHandlerConfiguration.FileRotation Groups the file rotation config parameters.NoOpAuditEventHandler An event handler that does nothing.