Uses of Interface
org.forgerock.audit.providers.LocalHostNameProvider
-
Packages that use LocalHostNameProvider Package Description org.forgerock.audit.handlers.syslog This package contains a Syslog AuditEventHandler implementation.org.forgerock.audit.providers Dependencies that can be made available to theAuditService
via aDependencyProvider
. -
-
Uses of LocalHostNameProvider in org.forgerock.audit.handlers.syslog
Constructors in org.forgerock.audit.handlers.syslog with parameters of type LocalHostNameProvider Constructor Description SyslogAuditEventHandler(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 LocalHostNameProvider Modifier and Type Class Description class
DefaultLocalHostNameProvider
Default implementation ofLocalHostNameProvider
usingInetAddress
to lookup host name of local host.
-