|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.shibboleth.common.resource.SVNBasicAuthenticationManager.BasicProxyManager
private class SVNBasicAuthenticationManager.BasicProxyManager
Basic implementation of ISVNProxyManager
.
Field Summary | |
---|---|
private String |
host
Host name or IP address of the proxy. |
private String |
password
Password used to connect to the proxy. |
private int |
port
Port of the proxy. |
private String |
user
Username used to connect to the proxy. |
Constructor Summary | |
---|---|
SVNBasicAuthenticationManager.BasicProxyManager(String host,
int port,
String user,
String password)
Constructor. |
Method Summary | |
---|---|
void |
acknowledgeProxyContext(boolean accepted,
org.tmatesoft.svn.core.SVNErrorMessage error)
|
String |
getProxyHost()
|
String |
getProxyPassword()
|
int |
getProxyPort()
|
String |
getProxyUserName()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final String host
private final int port
private final String user
private final String password
Constructor Detail |
---|
public SVNBasicAuthenticationManager.BasicProxyManager(String host, int port, String user, String password)
host
- host name or IP address of the proxy serverport
- port of the proxy serveruser
- username used to connect to the proxy serverpassword
- password used to connect to the proxy serverMethod Detail |
---|
public void acknowledgeProxyContext(boolean accepted, org.tmatesoft.svn.core.SVNErrorMessage error)
acknowledgeProxyContext
in interface org.tmatesoft.svn.core.auth.ISVNProxyManager
public String getProxyHost()
getProxyHost
in interface org.tmatesoft.svn.core.auth.ISVNProxyManager
public String getProxyPassword()
getProxyPassword
in interface org.tmatesoft.svn.core.auth.ISVNProxyManager
public int getProxyPort()
getProxyPort
in interface org.tmatesoft.svn.core.auth.ISVNProxyManager
public String getProxyUserName()
getProxyUserName
in interface org.tmatesoft.svn.core.auth.ISVNProxyManager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |