Uses of Class
org.forgerock.audit.events.handlers.AuditEventHandlerBase
Package
Description
This package contains the default
AuditEventHandlers
.This package contains the default AuditEventHandler implementations.
This package contains the Elasticsearch
AuditEventHandler
implementation.This package contains a JDBC AuditEventHandler implementation.
This package contains a JMS AuditEventHandler implementation.
This package contains the JSON-file
AuditEventHandler
implementation.This package contains the JSON-stdout
AuditEventHandler
implementation.This package contains the audit handler implementation for Splunk.
This package contains a Syslog AuditEventHandler implementation.
-
Uses of AuditEventHandlerBase in org.forgerock.audit.events.handlers
-
Uses of AuditEventHandlerBase in org.forgerock.audit.handlers.csv
Modifier and TypeClassDescriptionclass
Handles AuditEvents by writing them to a CSV file. -
Uses of AuditEventHandlerBase in org.forgerock.audit.handlers.elasticsearch
-
Uses of AuditEventHandlerBase in org.forgerock.audit.handlers.jdbc
Modifier and TypeClassDescriptionclass
Implements aAuditEventHandler
to writeAuditEvent
s to a JDBC repository. -
Uses of AuditEventHandlerBase in org.forgerock.audit.handlers.jms
Modifier and TypeClassDescriptionclass
Publishes Audit events on a JMS Topic. -
Uses of AuditEventHandlerBase in org.forgerock.audit.handlers.json
Modifier and TypeClassDescriptionclass
AuditEventHandler
for persisting raw JSON events to a file. -
Uses of AuditEventHandlerBase in org.forgerock.audit.handlers.json.stdout
Modifier and TypeClassDescriptionclass
AuditEventHandler
for persisting raw JSON events to stdout. -
Uses of AuditEventHandlerBase in org.forgerock.audit.handlers.splunk
Modifier and TypeClassDescriptionfinal class
Audit event handler that writes out to Splunk's HTTP event collector RAW endpoint. -
Uses of AuditEventHandlerBase in org.forgerock.audit.handlers.syslog
Modifier and TypeClassDescriptionclass
The handler publishes audit events formatted usingSyslogFormatter
to a syslog daemon using the configuredSyslogPublisher
.