Package org.italiangrid.voms.ac.impl
Interface LocalHostnameResolver
-
- All Known Implementing Classes:
DefaultLocalHostnameResolver
public interface LocalHostnameResolver
ALocalHostnameResolver
resolves the localhost host name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
resolveLocalHostname()
Resolves the hostname for localhost
-