Interface IAuthority
-
- All Known Implementing Classes:
Authority
public interface IAuthority
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAuthenticationgetAuthentication()IHostgetHost()
-
-
-
Method Detail
-
getHost
IHost getHost()
-
getAuthentication
IAuthentication getAuthentication()
-
-