Uses of Class
org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration
Packages that use FileBasedEventHandlerConfiguration
Package
Description
Utility classes for writing streams of characters.
This package contains the default AuditEventHandler implementations.
This package contains the JSON-file
AuditEventHandler
implementation.-
Uses of FileBasedEventHandlerConfiguration in org.forgerock.audit.events.handlers.writers
Constructors in org.forgerock.audit.events.handlers.writers with parameters of type FileBasedEventHandlerConfigurationModifierConstructorDescriptionRotatableWriter
(File file, FileBasedEventHandlerConfiguration configuration, boolean append) Constructs aRotatableWriter
given an initial file to manage rotation/retention, and aFileBasedEventHandlerConfiguration
.RotatableWriter
(File file, FileBasedEventHandlerConfiguration configuration, boolean append, RotatableWriter.RolloverLifecycleHook rolloverLifecycleHook) Constructs aRotatableWriter
given an initial file to manage rotation/retention, a aFileBasedEventHandlerConfiguration
and aRotatableWriter.RolloverLifecycleHook
. -
Uses of FileBasedEventHandlerConfiguration in org.forgerock.audit.handlers.csv
Subclasses of FileBasedEventHandlerConfiguration in org.forgerock.audit.handlers.csvModifier and TypeClassDescriptionclass
A configuration for CSV audit event handler. -
Uses of FileBasedEventHandlerConfiguration in org.forgerock.audit.handlers.json
Subclasses of FileBasedEventHandlerConfiguration in org.forgerock.audit.handlers.json