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 a JDBC 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 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.jdbc
Subclasses of EventHandlerConfiguration in org.forgerock.audit.handlers.jdbcModifier and TypeClassDescriptionclass
Configures the JDBC mapping and connection pool. -
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.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.