Package org.forgerock.audit.providers
Interface LocalHostNameProvider
-
- All Known Implementing Classes:
DefaultLocalHostNameProvider
public interface LocalHostNameProvider
Strategy for obtaining the server's local hostname.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLocalHostName()
Establish the local hostname of the current server.
-
-
-
Method Detail
-
getLocalHostName
String getLocalHostName()
Establish the local hostname of the current server.- Returns:
- The local hostname.
-
-