Uses of Class
org.forgerock.audit.events.handlers.EventHandlerConfiguration
Package
Description
Package contains the AuditService.
This package contains the default
AuditEventHandlers
.This package contains the default AuditEventHandler implementations.
This package contains the Elasticsearch
AuditEventHandler
implementation.This package contains a JMS AuditEventHandler implementation.
This package contains the JSON-file
AuditEventHandler
implementation.This package contains the JSON-stdout
AuditEventHandler
implementation.This package contains the audit handler implementation for Splunk.
This package contains a Syslog AuditEventHandler implementation.
This package contains utilities to build and configure audit service and handlers from JSON configuration.
-
Uses of EventHandlerConfiguration in org.forgerock.audit
Modifier and TypeMethodDescriptionAuditServiceBuilder.withAuditEventHandler
(Class<? extends AuditEventHandler> clazz, EventHandlerConfiguration configuration) Register an AuditEventHandler. -
Uses of EventHandlerConfiguration in org.forgerock.audit.events.handlers
Modifier and TypeClassDescriptionclass
Configures time based or size based log file rotation.Modifier and TypeMethodDescription<T extends AuditEventHandler>
TAuditEventHandlerFactory.create
(String name, Class<T> clazz, EventHandlerConfiguration configuration, EventTopicsMetaData eventTopicsMetaData) Create a new AuditEventHandler instance.<T extends AuditEventHandler>
TDependencyProviderAuditEventHandlerFactory.create
(String name, Class<T> clazz, EventHandlerConfiguration configuration, EventTopicsMetaData eventTopicsMetaData) -
Uses of EventHandlerConfiguration in org.forgerock.audit.handlers.csv
Modifier and TypeClassDescriptionclass
A configuration for CSV audit event handler. -
Uses of EventHandlerConfiguration in org.forgerock.audit.handlers.elasticsearch
Modifier and TypeClassDescriptionclass
A configuration for Elasticsearch audit event handler. -
Uses of EventHandlerConfiguration in org.forgerock.audit.handlers.jms
-
Uses of EventHandlerConfiguration in org.forgerock.audit.handlers.json
-
Uses of EventHandlerConfiguration in org.forgerock.audit.handlers.json.stdout
-
Uses of EventHandlerConfiguration in org.forgerock.audit.handlers.splunk
Modifier and TypeClassDescriptionfinal class
Configuration for the splunk audit event handler. -
Uses of EventHandlerConfiguration in org.forgerock.audit.handlers.syslog
-
Uses of EventHandlerConfiguration in org.forgerock.audit.json
Modifier and TypeMethodDescriptionstatic <C extends EventHandlerConfiguration>
CAuditJsonConfig.parseAuditEventHandlerConfiguration
(Class<C> clazz, JsonValue jsonConfig) Returns the audit event handler configuration from the provided JSON string.