private class SVNBasicAuthenticationManager.BasicProxyManager extends Object implements org.tmatesoft.svn.core.auth.ISVNProxyManager
ISVNProxyManager
.Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
SVNBasicAuthenticationManager.BasicProxyManager(String host,
int port,
String user,
String password)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
acknowledgeProxyContext(boolean accepted,
org.tmatesoft.svn.core.SVNErrorMessage error) |
String |
getProxyHost() |
String |
getProxyPassword() |
int |
getProxyPort() |
String |
getProxyUserName() |
private final String host
private final int port
private final String user
private final String password
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 serverpublic 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
Copyright © 1999-2012. All Rights Reserved.