Uses of Interface
org.forgerock.audit.events.handlers.AuditEventHandler
-
Packages that use AuditEventHandler Package Description org.forgerock.audit Package contains the AuditService.org.forgerock.audit.events.handlers This package contains the defaultAuditEventHandlers.org.forgerock.audit.handlers.csv This package contains the default AuditEventHandler implementations.org.forgerock.audit.handlers.elasticsearch This package contains the ElasticsearchAuditEventHandlerimplementation.org.forgerock.audit.handlers.jdbc This package contains a JDBC AuditEventHandler implementation.org.forgerock.audit.handlers.jms This package contains a JMS AuditEventHandler implementation.org.forgerock.audit.handlers.json This package contains the JSON-fileAuditEventHandlerimplementation.org.forgerock.audit.handlers.json.stdout This package contains the JSON-stdoutAuditEventHandlerimplementation.org.forgerock.audit.handlers.splunk This package contains the audit handler implementation for Splunk.org.forgerock.audit.handlers.syslog This package contains a Syslog AuditEventHandler implementation.org.forgerock.openig.audit Service Provider interface for registering audit events. -
-
Uses of AuditEventHandler in org.forgerock.audit
Methods in org.forgerock.audit that return AuditEventHandler Modifier and Type Method Description AuditEventHandlerAuditService. getRegisteredHandler(String handlerName)Returns the registered handler corresponding to provided name.AuditEventHandlerAuditServiceProxy. getRegisteredHandler(String handlerName)Methods in org.forgerock.audit that return types with arguments of type AuditEventHandler Modifier and Type Method Description Collection<AuditEventHandler>AuditService. getRegisteredHandlers()Returns the registered handlers.Collection<AuditEventHandler>AuditServiceProxy. getRegisteredHandlers()Methods in org.forgerock.audit with parameters of type AuditEventHandler Modifier and Type Method Description AuditServiceBuilderAuditServiceBuilder. withAuditEventHandler(AuditEventHandler auditEventHandler)Register an AuditEventHandler.Method parameters in org.forgerock.audit with type arguments of type AuditEventHandler Modifier and Type Method Description AuditServiceBuilderAuditServiceBuilder. 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 AuditEventHandler Modifier and Type Class Description classAuditEventHandlerBaseAbstract AuditEventHandler class.classNoOpAuditEventHandlerAn event handler that does nothing.Methods in org.forgerock.audit.events.handlers with type parameters of type AuditEventHandler Modifier and Type Method Description <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 AuditEventHandler Modifier and Type Class Description classCsvAuditEventHandlerHandles 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 Modifier and Type Class Description classElasticsearchAuditEventHandlerAuditEventHandlerfor Elasticsearch. -
Uses of AuditEventHandler in org.forgerock.audit.handlers.jdbc
Classes in org.forgerock.audit.handlers.jdbc that implement AuditEventHandler Modifier and Type Class Description classJdbcAuditEventHandlerImplements aAuditEventHandlerto writeAuditEvents to a JDBC repository. -
Uses of AuditEventHandler in org.forgerock.audit.handlers.jms
Classes in org.forgerock.audit.handlers.jms that implement AuditEventHandler Modifier and Type Class Description classJmsAuditEventHandlerPublishes Audit events on a JMS Topic. -
Uses of AuditEventHandler in org.forgerock.audit.handlers.json
Classes in org.forgerock.audit.handlers.json that implement AuditEventHandler Modifier and Type Class Description classJsonAuditEventHandlerAuditEventHandlerfor 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 AuditEventHandler Modifier and Type Class Description classJsonStdoutAuditEventHandlerAuditEventHandlerfor persisting raw JSON events to stdout. -
Uses of AuditEventHandler in org.forgerock.audit.handlers.splunk
Classes in org.forgerock.audit.handlers.splunk that implement AuditEventHandler Modifier and Type Class Description classSplunkAuditEventHandlerAudit 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 AuditEventHandler Modifier and Type Class Description classSyslogAuditEventHandlerThe 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 AuditEventHandler Modifier and Type Method Description AuditEventHandlerNoOpAuditService. getRegisteredHandler(String s)Methods in org.forgerock.openig.audit that return types with arguments of type AuditEventHandler Modifier and Type Method Description Collection<AuditEventHandler>NoOpAuditService. getRegisteredHandlers()
-