Package | Description |
---|---|
org.forgerock.audit.events.handlers |
This package contains the default
AuditEventHandlers . |
org.forgerock.audit.handlers.csv |
This package contains the default AuditEventHandler implementations.
|
org.forgerock.audit.handlers.elasticsearch |
This package contains the Elasticsearch
AuditEventHandler implementation. |
org.forgerock.audit.handlers.jdbc |
This package contains a JDBC AuditEventHandler implementation.
|
org.forgerock.audit.handlers.syslog |
This package contains a Syslog AuditEventHandler implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
NoOpAuditEventHandler
An event handler that does nothing.
|
Modifier and Type | Class and Description |
---|---|
class |
CsvAuditEventHandler
Handles AuditEvents by writing them to a CSV file.
|
Modifier and Type | Class and Description |
---|---|
class |
ElasticsearchAuditEventHandler
AuditEventHandler for Elasticsearch. |
Modifier and Type | Class and Description |
---|---|
class |
JdbcAuditEventHandler
Implements a
AuditEventHandler to write AuditEvent s to a JDBC repository. |
Modifier and Type | Class and Description |
---|---|
class |
SyslogAuditEventHandler
The handler publishes audit events formatted using
SyslogFormatter to a syslog daemon using
the configured SyslogPublisher . |
Copyright 2010-2017 ForgeRock AS.