Class JsonAuditEventHandler

java.lang.Object
org.forgerock.audit.events.handlers.AuditEventHandlerBase
org.forgerock.audit.handlers.json.JsonAuditEventHandler
All Implemented Interfaces:
AuditEventHandler

AuditEventHandler for persisting raw JSON events to a file.

The file format is a UTF-8 text-file, with one JSON event per line, and each line terminated by a newline character.