Uses of Class
org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
Packages that use SyslogAuditEventHandlerConfiguration
Package
Description
This package contains a Syslog AuditEventHandler implementation.
-
Uses of SyslogAuditEventHandlerConfiguration in org.forgerock.audit.handlers.syslog
Methods in org.forgerock.audit.handlers.syslog with parameters of type SyslogAuditEventHandlerConfigurationModifier and TypeMethodDescriptionorg.forgerock.audit.handlers.syslog.SyslogPublisher
TransportProtocol.getPublisher
(InetSocketAddress socket, SyslogAuditEventHandlerConfiguration config) Get the publisher for the given configuration.Constructors in org.forgerock.audit.handlers.syslog with parameters of type SyslogAuditEventHandlerConfigurationModifierConstructorDescriptionSyslogAuditEventHandler
(SyslogAuditEventHandlerConfiguration configuration, EventTopicsMetaData eventTopicsMetaData, ProductInfoProvider productInfoProvider, LocalHostNameProvider localHostNameProvider) Create a new SyslogAuditEventHandler instance.