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.jdbc |
This package contains a JDBC AuditEventHandler implementation.
|
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 |
---|---|
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 |
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 2011-2015 ForgeRock AS.