Uses of Interface
org.forgerock.audit.providers.LocalHostNameProvider
Package
Description
This package contains a Syslog AuditEventHandler implementation.
Dependencies that can be made available to the
AuditService
via a
DependencyProvider
.-
Uses of LocalHostNameProvider in org.forgerock.audit.handlers.syslog
ModifierConstructorDescriptionSyslogAuditEventHandler
(SyslogAuditEventHandlerConfiguration configuration, EventTopicsMetaData eventTopicsMetaData, ProductInfoProvider productInfoProvider, LocalHostNameProvider localHostNameProvider) Create a new SyslogAuditEventHandler instance. -
Uses of LocalHostNameProvider in org.forgerock.audit.providers
Modifier and TypeClassDescriptionclass
Default implementation ofLocalHostNameProvider
usingInetAddress
to lookup host name of local host.