Uses of Class
org.forgerock.audit.events.handlers.AuditEventHandlerBase
Packages that use 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
Subclasses of AuditEventHandlerBase in org.forgerock.audit.events.handlers -
Uses of AuditEventHandlerBase in org.forgerock.audit.handlers.csv
Subclasses of AuditEventHandlerBase in org.forgerock.audit.handlers.csvModifier and TypeClassDescriptionclass
Handles AuditEvents by writing them to a CSV file. -
Uses of AuditEventHandlerBase in org.forgerock.audit.handlers.elasticsearch
Subclasses of AuditEventHandlerBase in org.forgerock.audit.handlers.elasticsearch -
Uses of AuditEventHandlerBase in org.forgerock.audit.handlers.jdbc
Subclasses of AuditEventHandlerBase in org.forgerock.audit.handlers.jdbcModifier and TypeClassDescriptionclass
Implements aAuditEventHandler
to writeAuditEvent
s to a JDBC repository. -
Uses of AuditEventHandlerBase in org.forgerock.audit.handlers.jms
Subclasses of AuditEventHandlerBase in org.forgerock.audit.handlers.jmsModifier and TypeClassDescriptionclass
Publishes Audit events on a JMS Topic. -
Uses of AuditEventHandlerBase in org.forgerock.audit.handlers.json
Subclasses of AuditEventHandlerBase in org.forgerock.audit.handlers.jsonModifier and TypeClassDescriptionclass
AuditEventHandler
for persisting raw JSON events to a file. -
Uses of AuditEventHandlerBase in org.forgerock.audit.handlers.json.stdout
Subclasses of AuditEventHandlerBase in org.forgerock.audit.handlers.json.stdoutModifier and TypeClassDescriptionclass
AuditEventHandler
for persisting raw JSON events to stdout. -
Uses of AuditEventHandlerBase in org.forgerock.audit.handlers.splunk
Subclasses of AuditEventHandlerBase in org.forgerock.audit.handlers.splunkModifier 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
Subclasses of AuditEventHandlerBase in org.forgerock.audit.handlers.syslogModifier and TypeClassDescriptionclass
The handler publishes audit events formatted usingSyslogFormatter
to a syslog daemon using the configuredSyslogPublisher
.