Uses of Class
org.forgerock.audit.events.handlers.FileBasedEventHandlerConfiguration
-
Packages that use FileBasedEventHandlerConfiguration Package Description org.forgerock.audit.events.handlers.writers Utility classes for writing streams of characters.org.forgerock.audit.handlers.csv This package contains the default AuditEventHandler implementations.org.forgerock.audit.handlers.json This package contains the JSON-fileAuditEventHandler
implementation. -
-
Uses of FileBasedEventHandlerConfiguration in org.forgerock.audit.events.handlers.writers
Constructors in org.forgerock.audit.events.handlers.writers with parameters of type FileBasedEventHandlerConfiguration Constructor Description RotatableWriter(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.csv Modifier and Type Class Description class
CsvAuditEventHandlerConfiguration
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 Modifier and Type Class Description class
JsonAuditEventHandlerConfiguration
Configuration forJsonAuditEventHandler
.
-