Uses of Interface
org.forgerock.audit.events.handlers.AuditEventHandler
Packages that use AuditEventHandler
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 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 the audit handler implementation for Splunk.
This package contains a Syslog AuditEventHandler implementation.
Service Provider interface for registering audit events.
-
Uses of AuditEventHandler in org.forgerock.audit
Methods in org.forgerock.audit that return AuditEventHandlerModifier and TypeMethodDescriptionAuditService.getRegisteredHandler
(String handlerName) Returns the registered handler corresponding to provided name.AuditServiceProxy.getRegisteredHandler
(String handlerName) Methods in org.forgerock.audit that return types with arguments of type AuditEventHandlerModifier and TypeMethodDescriptionAuditService.getRegisteredHandlers()
Returns the registered handlers.AuditServiceProxy.getRegisteredHandlers()
Methods in org.forgerock.audit with parameters of type AuditEventHandlerModifier and TypeMethodDescriptionAuditServiceBuilder.withAuditEventHandler
(AuditEventHandler auditEventHandler) Register an AuditEventHandler.Method parameters in org.forgerock.audit with type arguments of type AuditEventHandlerModifier and TypeMethodDescriptionAuditServiceBuilder.withAuditEventHandler
(Class<? extends AuditEventHandler> clazz, EventHandlerConfiguration configuration) Register an AuditEventHandler. -
Uses of AuditEventHandler in org.forgerock.audit.events.handlers
Classes in org.forgerock.audit.events.handlers that implement AuditEventHandlerModifier and TypeClassDescriptionclass
Abstract AuditEventHandler class.class
An event handler that does nothing.Methods in org.forgerock.audit.events.handlers with type parameters of type AuditEventHandlerModifier 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 AuditEventHandler in org.forgerock.audit.handlers.csv
Classes in org.forgerock.audit.handlers.csv that implement AuditEventHandlerModifier and TypeClassDescriptionclass
Handles AuditEvents by writing them to a CSV file. -
Uses of AuditEventHandler in org.forgerock.audit.handlers.elasticsearch
Classes in org.forgerock.audit.handlers.elasticsearch that implement AuditEventHandler -
Uses of AuditEventHandler in org.forgerock.audit.handlers.jdbc
Classes in org.forgerock.audit.handlers.jdbc that implement AuditEventHandlerModifier and TypeClassDescriptionclass
Implements aAuditEventHandler
to writeAuditEvent
s to a JDBC repository. -
Uses of AuditEventHandler in org.forgerock.audit.handlers.jms
Classes in org.forgerock.audit.handlers.jms that implement AuditEventHandlerModifier and TypeClassDescriptionclass
Publishes Audit events on a JMS Topic. -
Uses of AuditEventHandler in org.forgerock.audit.handlers.json
Classes in org.forgerock.audit.handlers.json that implement AuditEventHandlerModifier and TypeClassDescriptionclass
AuditEventHandler
for persisting raw JSON events to a file. -
Uses of AuditEventHandler in org.forgerock.audit.handlers.json.stdout
Classes in org.forgerock.audit.handlers.json.stdout that implement AuditEventHandlerModifier and TypeClassDescriptionclass
AuditEventHandler
for persisting raw JSON events to stdout. -
Uses of AuditEventHandler in org.forgerock.audit.handlers.splunk
Classes in org.forgerock.audit.handlers.splunk that implement AuditEventHandlerModifier and TypeClassDescriptionfinal class
Audit event handler that writes out to Splunk's HTTP event collector RAW endpoint. -
Uses of AuditEventHandler in org.forgerock.audit.handlers.syslog
Classes in org.forgerock.audit.handlers.syslog that implement AuditEventHandlerModifier and TypeClassDescriptionclass
The handler publishes audit events formatted usingSyslogFormatter
to a syslog daemon using the configuredSyslogPublisher
. -
Uses of AuditEventHandler in org.forgerock.openig.audit
Methods in org.forgerock.openig.audit that return AuditEventHandlerMethods in org.forgerock.openig.audit that return types with arguments of type AuditEventHandler