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 |
---|---|
AuditServiceBuilder |
AuditServiceBuilder.withAuditEventHandler(Class<? extends AuditEventHandler> clazz,
EventHandlerConfiguration configuration)
Register an AuditEventHandler.
|
Modifier and Type | Class and Description |
---|---|
class |
FileBasedEventHandlerConfiguration
Configures time based or size based log file rotation.
|
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 |
CsvAuditEventHandlerConfiguration
A configuration for CSV audit event handler.
|
Modifier and Type | Class and Description |
---|---|
class |
JdbcAuditEventHandlerConfiguration
Configures the JDBC mapping and connection pool.
|
Modifier and Type | Class and Description |
---|---|
class |
SyslogAuditEventHandlerConfiguration
Configuration object for the
SyslogAuditEventHandler . |
Copyright 2011-2015 ForgeRock AS.