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.
|
org.forgerock.audit.json |
This package contains utilities to build and configure audit service and handlers from JSON configuration.
|
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 |
ElasticsearchAuditEventHandlerConfiguration
A configuration for Elasticsearch 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 |
JmsAuditEventHandlerConfiguration
Configuration object for the
JmsAuditEventHandler . |
Modifier and Type | Class and Description |
---|---|
class |
JsonAuditEventHandlerConfiguration
Configuration for
JsonAuditEventHandler . |
Modifier and Type | Class and Description |
---|---|
class |
SplunkAuditEventHandlerConfiguration
Configuration for the splunk audit event handler.
|
Modifier and Type | Class and Description |
---|---|
class |
SyslogAuditEventHandlerConfiguration
Configuration object for the
SyslogAuditEventHandler . |
Modifier and Type | Method and Description |
---|---|
static <C extends EventHandlerConfiguration> |
AuditJsonConfig.parseAuditEventHandlerConfiguration(Class<C> clazz,
JsonValue jsonConfig)
Returns the audit event handler configuration from the provided JSON string.
|
Copyright 2010-2020 ForgeRock AS.