Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Class Http.Auth

java.lang.Object
  extended by com.liferay.portal.kernel.util.Http.Auth
Enclosing interface:
Http

public static class Http.Auth
extends Object


Constructor Summary
Http.Auth(String host, int port, String realm, String username, String password)
           
 
Method Summary
 String getHost()
           
 String getPassword()
           
 int getPort()
           
 String getRealm()
           
 String getUsername()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Http.Auth

public Http.Auth(String host,
                 int port,
                 String realm,
                 String username,
                 String password)
Method Detail

getHost

public String getHost()

getPassword

public String getPassword()

getPort

public int getPort()

getRealm

public String getRealm()

getUsername

public String getUsername()

Liferay 6.1.2-ce-ga3