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-fileAuditEventHandlerimplementation. -
-
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 aRotatableWritergiven an initial file to manage rotation/retention, and aFileBasedEventHandlerConfiguration.RotatableWriter(File file, FileBasedEventHandlerConfiguration configuration, boolean append, RotatableWriter.RolloverLifecycleHook rolloverLifecycleHook)Constructs aRotatableWritergiven an initial file to manage rotation/retention, a aFileBasedEventHandlerConfigurationand 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 classCsvAuditEventHandlerConfigurationA 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 classJsonAuditEventHandlerConfigurationConfiguration forJsonAuditEventHandler.
-