Uses of Class
org.forgerock.audit.events.handlers.EventHandlerConfiguration
Packages that use 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
Methods in org.forgerock.audit with parameters of type EventHandlerConfigurationModifier and TypeMethodDescriptionAuditServiceBuilder.withAuditEventHandler
(Class<? extends AuditEventHandler> clazz, EventHandlerConfiguration configuration) Register an AuditEventHandler. -
Uses of EventHandlerConfiguration in org.forgerock.audit.events.handlers
Subclasses of EventHandlerConfiguration in org.forgerock.audit.events.handlersModifier and TypeClassDescriptionclass
Configures time based or size based log file rotation.Methods in org.forgerock.audit.events.handlers with parameters of type EventHandlerConfigurationModifier 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
Subclasses of EventHandlerConfiguration in org.forgerock.audit.handlers.csvModifier and TypeClassDescriptionclass
A configuration for CSV audit event handler. -
Uses of EventHandlerConfiguration in org.forgerock.audit.handlers.elasticsearch
Subclasses of EventHandlerConfiguration in org.forgerock.audit.handlers.elasticsearchModifier and TypeClassDescriptionclass
A configuration for Elasticsearch audit event handler. -
Uses of EventHandlerConfiguration in org.forgerock.audit.handlers.jms
Subclasses of EventHandlerConfiguration in org.forgerock.audit.handlers.jms -
Uses of EventHandlerConfiguration in org.forgerock.audit.handlers.json
Subclasses of EventHandlerConfiguration in org.forgerock.audit.handlers.json -
Uses of EventHandlerConfiguration in org.forgerock.audit.handlers.json.stdout
Subclasses of EventHandlerConfiguration in org.forgerock.audit.handlers.json.stdout -
Uses of EventHandlerConfiguration in org.forgerock.audit.handlers.splunk
Subclasses of EventHandlerConfiguration in org.forgerock.audit.handlers.splunkModifier and TypeClassDescriptionfinal class
Configuration for the splunk audit event handler. -
Uses of EventHandlerConfiguration in org.forgerock.audit.handlers.syslog
Subclasses of EventHandlerConfiguration in org.forgerock.audit.handlers.syslog -
Uses of EventHandlerConfiguration in org.forgerock.audit.json
Methods in org.forgerock.audit.json with type parameters of type EventHandlerConfigurationModifier and TypeMethodDescriptionstatic <C extends EventHandlerConfiguration>
CAuditJsonConfig.parseAuditEventHandlerConfiguration
(Class<C> clazz, JsonValue jsonConfig) Returns the audit event handler configuration from the provided JSON string.