Package org.forgerock.audit.providers
Interface LocalHostNameProvider
- 
- All Known Implementing Classes:
 DefaultLocalHostNameProvider
public interface LocalHostNameProviderStrategy for obtaining the server's local hostname. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLocalHostName()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.
 
 
 - 
 
 -