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 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.
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 TypeClassDescriptionclassAbstract AuditEventHandler class.classAn 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 TypeClassDescriptionclassHandles AuditEvents by writing them to a CSV file. -
Uses of AuditEventHandler in org.forgerock.audit.handlers.jdbc
Classes in org.forgerock.audit.handlers.jdbc that implement AuditEventHandlerModifier and TypeClassDescriptionclassImplements aAuditEventHandlerto writeAuditEvents to a JDBC repository. -
Uses of AuditEventHandler in org.forgerock.audit.handlers.jms
Classes in org.forgerock.audit.handlers.jms that implement AuditEventHandlerModifier and TypeClassDescriptionclassPublishes 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 TypeClassDescriptionclassAuditEventHandlerfor 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 TypeClassDescriptionclassAuditEventHandlerfor persisting raw JSON events to stdout. -
Uses of AuditEventHandler in org.forgerock.audit.handlers.syslog
Classes in org.forgerock.audit.handlers.syslog that implement AuditEventHandlerModifier and TypeClassDescriptionclassThe handler publishes audit events formatted usingSyslogFormatterto 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