Class Authority
- java.lang.Object
-
- net.anwiba.commons.utilities.io.url.Authority
-
- All Implemented Interfaces:
IAuthority
public class Authority extends java.lang.Object implements IAuthority
-
-
Constructor Summary
Constructors Constructor Description Authority(IAuthentication authentication, IHost host)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IAuthenticationgetAuthentication()IHostgetHost()
-
-
-
Constructor Detail
-
Authority
public Authority(IAuthentication authentication, IHost host)
-
-
Method Detail
-
getAuthentication
public IAuthentication getAuthentication()
- Specified by:
getAuthenticationin interfaceIAuthority
-
getHost
public IHost getHost()
- Specified by:
getHostin interfaceIAuthority
-
-