Package | Description |
---|---|
org.forgerock.audit |
Package contains the AuditService.
|
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.jms |
This package contains a JMS AuditEventHandler implementation.
|
org.forgerock.audit.handlers.json |
This package contains the JSON-file
AuditEventHandler implementation. |
org.forgerock.audit.handlers.splunk |
This package contains the audit handler implementation for Splunk.
|
org.forgerock.audit.handlers.syslog |
This package contains a Syslog AuditEventHandler implementation.
|
Modifier and Type | Method and Description |
---|---|
AuditEventHandler |
AuditServiceProxy.getRegisteredHandler(String handlerName) |
AuditEventHandler |
AuditService.getRegisteredHandler(String handlerName)
Returns the registered handler corresponding to provided name.
|
Modifier and Type | Method and Description |
---|---|
Collection<AuditEventHandler> |
AuditServiceProxy.getRegisteredHandlers() |
Collection<AuditEventHandler> |
AuditService.getRegisteredHandlers()
Returns the registered handlers.
|
Modifier and Type | Method and Description |
---|---|
AuditServiceBuilder |
AuditServiceBuilder.withAuditEventHandler(AuditEventHandler auditEventHandler)
Register an AuditEventHandler.
|
Modifier and Type | Method and Description |
---|---|
AuditServiceBuilder |
AuditServiceBuilder.withAuditEventHandler(Class<? extends AuditEventHandler> clazz,
EventHandlerConfiguration configuration)
Register an AuditEventHandler.
|
Modifier and Type | Class and Description |
---|---|
class |
AuditEventHandlerBase
Abstract AuditEventHandler class.
|
class |
NoOpAuditEventHandler
An event handler that does nothing.
|
Modifier and Type | Method and Description |
---|---|
<T extends AuditEventHandler> |
DependencyProviderAuditEventHandlerFactory.create(String name,
Class<T> clazz,
EventHandlerConfiguration configuration,
EventTopicsMetaData eventTopicsMetaData) |
<T extends AuditEventHandler> |
AuditEventHandlerFactory.create(String name,
Class<T> clazz,
EventHandlerConfiguration configuration,
EventTopicsMetaData eventTopicsMetaData)
Create a new AuditEventHandler instance.
|
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 |
JmsAuditEventHandler
Publishes Audit events on a JMS Topic.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonAuditEventHandler
AuditEventHandler for persisting raw JSON events to a file. |
Modifier and Type | Class and Description |
---|---|
class |
SplunkAuditEventHandler
Audit event handler that writes out to Splunk's HTTP event collector RAW endpoint.
|
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 2011-2017 ForgeRock AS.