Uses of Annotation Interface
org.forgerock.audit.Audit
Packages that use Audit
Package
Description
This package contains a JDBC AuditEventHandler implementation.
This package contains a JMS AuditEventHandler implementation.
This package contains a Syslog AuditEventHandler implementation.
- 
Uses of Audit in org.forgerock.audit.handlers.jdbc
Constructor parameters in org.forgerock.audit.handlers.jdbc with annotations of type AuditModifierConstructorDescriptionJdbcAuditEventHandler(JdbcAuditEventHandlerConfiguration configuration, EventTopicsMetaData eventTopicsMetaData, DataSource dataSource) Create a new JdbcAuditEventHandler instance. - 
Uses of Audit in org.forgerock.audit.handlers.jms
Constructor parameters in org.forgerock.audit.handlers.jms with annotations of type AuditModifierConstructorDescriptionJmsAuditEventHandler(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.syslog
Constructor parameters in org.forgerock.audit.handlers.syslog with annotations of type AuditModifierConstructorDescriptionSyslogAuditEventHandler(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.