Uses of Annotation Interface
org.forgerock.audit.Audit
Package
Description
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 audit handler implementation for Splunk.
This package contains a Syslog AuditEventHandler implementation.
-
Uses of Audit in org.forgerock.audit.handlers.csv
ModifierConstructorDescriptionCsvAuditEventHandler
(CsvAuditEventHandlerConfiguration configuration, EventTopicsMetaData eventTopicsMetaData, KeyStoreHandlerProvider keyStoreHandlerProvider) Create a new CsvAuditEventHandler instance. -
Uses of Audit in org.forgerock.audit.handlers.elasticsearch
ModifierConstructorDescriptionElasticsearchAuditEventHandler
(ElasticsearchAuditEventHandlerConfiguration configuration, EventTopicsMetaData eventTopicsMetaData, org.forgerock.http.Client client) Create a newElasticsearchAuditEventHandler
instance. -
Uses of Audit in org.forgerock.audit.handlers.jms
ModifierConstructorDescriptionJmsAuditEventHandler
(JmsContextManager jmsContextManager, BatchPublisherFactory publisherFactory, JmsAuditEventHandlerConfiguration configuration, EventTopicsMetaData eventTopicsMetaData) Creates a new AuditEventHandler instance that publishes JMS messages on a JMS Topic for each Audit event.JmsAuditEventHandler
(JmsContextManager jmsContextManager, BatchPublisherFactory publisherFactory, JmsAuditEventHandlerConfiguration configuration, EventTopicsMetaData eventTopicsMetaData) Creates a new AuditEventHandler instance that publishes JMS messages on a JMS Topic for each Audit event. -
Uses of Audit in org.forgerock.audit.handlers.splunk
ModifierConstructorDescriptionSplunkAuditEventHandler
(SplunkAuditEventHandlerConfiguration configuration, EventTopicsMetaData eventTopicsMetaData, BatchPublisherFactory publisherFactory, org.forgerock.http.Client client) Constructs a new Splunk audit event handler.SplunkAuditEventHandler
(SplunkAuditEventHandlerConfiguration configuration, EventTopicsMetaData eventTopicsMetaData, BatchPublisherFactory publisherFactory, org.forgerock.http.Client client) Constructs a new Splunk audit event handler. -
Uses of Audit in org.forgerock.audit.handlers.syslog
ModifierConstructorDescriptionSyslogAuditEventHandler
(SyslogAuditEventHandlerConfiguration configuration, EventTopicsMetaData eventTopicsMetaData, ProductInfoProvider productInfoProvider, LocalHostNameProvider localHostNameProvider) Create a new SyslogAuditEventHandler instance.SyslogAuditEventHandler
(SyslogAuditEventHandlerConfiguration configuration, EventTopicsMetaData eventTopicsMetaData, ProductInfoProvider productInfoProvider, LocalHostNameProvider localHostNameProvider) Create a new SyslogAuditEventHandler instance.