com.liferay.portal.kernel.util
Class Http.Auth
java.lang.Object
com.liferay.portal.kernel.util.Http.Auth
- Enclosing interface:
- Http
public static class Http.Auth
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Http.Auth
public Http.Auth(String host,
int port,
String realm,
String username,
String password)
getHost
public String getHost()
getPassword
public String getPassword()
getPort
public int getPort()
getRealm
public String getRealm()
getUsername
public String getUsername()