Uses of Interface
org.forgerock.audit.providers.LocalHostNameProvider
Packages that use 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
Constructors in org.forgerock.audit.handlers.syslog with parameters of type LocalHostNameProviderModifierConstructorDescriptionSyslogAuditEventHandler
(SyslogAuditEventHandlerConfiguration configuration, EventTopicsMetaData eventTopicsMetaData, ProductInfoProvider productInfoProvider, LocalHostNameProvider localHostNameProvider) Create a new SyslogAuditEventHandler instance. -
Uses of LocalHostNameProvider in org.forgerock.audit.providers
Classes in org.forgerock.audit.providers that implement LocalHostNameProviderModifier and TypeClassDescriptionclass
Default implementation ofLocalHostNameProvider
usingInetAddress
to lookup host name of local host.