org.openid4java.util
Class ProxyProperties

java.lang.Object
  extended by org.openid4java.util.ProxyProperties

public class ProxyProperties
extends Object

Utility bean for setting transport properties in runtime.


Field Summary
protected  String domain
           
protected  String password
           
protected  String proxyHostName
           
protected  int proxyPort
           
protected  String userName
           
 
Constructor Summary
ProxyProperties()
           
 
Method Summary
 org.apache.http.auth.Credentials getCredentials()
          Get the proxy credentials.
 String getDomain()
           
 String getPassword()
           
 String getProxyHostName()
           
 int getProxyPort()
           
 String getUserName()
           
 void setDomain(String domain)
           
 void setPassword(String password)
           
 void setProxyHostName(String proxyHostName)
           
 void setProxyPort(int proxyPort)
           
 void setUserName(String userName)
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

proxyPort

protected int proxyPort

domain

protected String domain

password

protected String password

proxyHostName

protected String proxyHostName

userName

protected String userName
Constructor Detail

ProxyProperties

public ProxyProperties()
Method Detail

getDomain

public String getDomain()

setDomain

public void setDomain(String domain)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)

getProxyHostName

public String getProxyHostName()

setProxyHostName

public void setProxyHostName(String proxyHostName)

getProxyPort

public int getProxyPort()

setProxyPort

public void setProxyPort(int proxyPort)

getUserName

public String getUserName()

setUserName

public void setUserName(String userName)

getCredentials

public org.apache.http.auth.Credentials getCredentials()
Get the proxy credentials.

Returns:
the proxy credentials

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2013 Sxip. All Rights Reserved.