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
Modifier and TypeMethodDescriptionEstablish the local hostname of the current server. 
- 
Method Details
- 
getLocalHostName
String getLocalHostName()Establish the local hostname of the current server.- Returns:
 - The local hostname.
 
 
 -