Uses of Class
org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
Packages that use SyslogAuditEventHandlerConfiguration Package Description org.forgerock.audit.handlers.syslog 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 SyslogAuditEventHandlerConfiguration Modifier and Type Method Description org.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 SyslogAuditEventHandlerConfiguration Constructor Description SyslogAuditEventHandler(SyslogAuditEventHandlerConfiguration configuration, EventTopicsMetaData eventTopicsMetaData, ProductInfoProvider productInfoProvider, LocalHostNameProvider localHostNameProvider)
Create a new SyslogAuditEventHandler instance.
-