Uses of Class
org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
-
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.SyslogPublisherTransportProtocol. 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, org.forgerock.audit.events.EventTopicsMetaData eventTopicsMetaData, org.forgerock.audit.providers.ProductInfoProvider productInfoProvider, org.forgerock.audit.providers.LocalHostNameProvider localHostNameProvider)Create a new SyslogAuditEventHandler instance.
-