| Package | Description |
|---|---|
| org.forgerock.audit.events.handlers.writers | |
| org.forgerock.audit.handlers.csv | |
| org.forgerock.audit.handlers.json |
| Constructor and Description |
|---|
RotatableWriter(File file,
FileBasedEventHandlerConfiguration configuration,
boolean append)
Constructs a
RotatableWriter given an initial file to manage rotation/retention, and
a FileBasedEventHandlerConfiguration. |
RotatableWriter(File file,
FileBasedEventHandlerConfiguration configuration,
boolean append,
RotatableWriter.RolloverLifecycleHook rolloverLifecycleHook)
Constructs a
RotatableWriter given an initial file to manage rotation/retention, a
a FileBasedEventHandlerConfiguration and a RotatableWriter.RolloverLifecycleHook. |
| Modifier and Type | Class and Description |
|---|---|
class |
CsvAuditEventHandlerConfiguration
A configuration for CSV audit event handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsonAuditEventHandlerConfiguration
Configuration for
JsonAuditEventHandler. |
Copyright © 2025 Open Identity Platform Community. All rights reserved.