Uses of Interface
org.forgerock.audit.events.handlers.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 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.
-
Uses of AuditEventHandler in org.forgerock.audit
Modifier and TypeMethodDescriptionAuditService.getRegisteredHandler
(String handlerName) Returns the registered handler corresponding to provided name.AuditServiceProxy.getRegisteredHandler
(String handlerName) Modifier and TypeMethodDescriptionAuditService.getRegisteredHandlers()
Returns the registered handlers.AuditServiceProxy.getRegisteredHandlers()
Modifier and TypeMethodDescriptionAuditServiceBuilder.withAuditEventHandler
(AuditEventHandler auditEventHandler) Register an AuditEventHandler.Modifier and TypeMethodDescriptionAuditServiceBuilder.withAuditEventHandler
(Class<? extends AuditEventHandler> clazz, EventHandlerConfiguration configuration) Register an AuditEventHandler. -
Uses of AuditEventHandler in org.forgerock.audit.events.handlers
Modifier and TypeClassDescriptionclass
Abstract AuditEventHandler class.class
An event handler that does nothing.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 AuditEventHandler in org.forgerock.audit.handlers.csv
Modifier and TypeClassDescriptionclass
Handles AuditEvents by writing them to a CSV file. -
Uses of AuditEventHandler in org.forgerock.audit.handlers.elasticsearch
-
Uses of AuditEventHandler in org.forgerock.audit.handlers.jms
Modifier and TypeClassDescriptionclass
Publishes Audit events on a JMS Topic. -
Uses of AuditEventHandler in org.forgerock.audit.handlers.json
Modifier and TypeClassDescriptionclass
AuditEventHandler
for persisting raw JSON events to a file. -
Uses of AuditEventHandler in org.forgerock.audit.handlers.json.stdout
Modifier and TypeClassDescriptionclass
AuditEventHandler
for persisting raw JSON events to stdout. -
Uses of AuditEventHandler in org.forgerock.audit.handlers.splunk
Modifier 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
Modifier and TypeClassDescriptionclass
The handler publishes audit events formatted usingSyslogFormatter
to a syslog daemon using the configuredSyslogPublisher
.