@ThreadSafe public class SVNBasicAuthenticationManager extends org.tmatesoft.svn.core.auth.BasicAuthenticationManager implements InitializingBean
BasicAuthenticationManager. | Modifier and Type | Field and Description |
|---|---|
private String |
proxyHost
Proxy Host - if needed.
|
private String |
proxyPassword
Proxy Password - if needed.
|
private int |
proxyPort
Proxy Port - if needed.
|
private boolean |
proxySet
This is true if any of the setters for the proxy information have been called.
|
private String |
proxyUserName
Proxy User Name - if needed.
|
| Constructor and Description |
|---|
SVNBasicAuthenticationManager(List<org.tmatesoft.svn.core.auth.SVNAuthentication> authentications)
Constructor.
|
SVNBasicAuthenticationManager(String userName,
File keyFile,
String passphrase,
int portNumber)
Constructor.
|
SVNBasicAuthenticationManager(String userName,
String password)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
String |
getProxyHost()
Get the proxy host.
|
String |
getProxyPassword()
Get the proxy password.
|
int |
getProxyPort()
Get the proxy port.
|
String |
getProxyUserName()
Get the proxy user name.
|
void |
setProxyHost(String host)
Set the proxy host.
|
void |
setProxyPassword(String password)
Set the proxy password.
|
void |
setProxyPort(int port)
Set the proxy port.
|
void |
setProxyUserName(String userName)
Set the proxy user name.
|
acknowledgeAuthentication, acknowledgeAuthentication, acknowledgeProxyContext, acknowledgeTrustManager, dismissSensitiveData, getConnectTimeout, getFirstAuthentication, getNextAuthentication, getProxyManager, getProxyPasswordValue, getReadTimeout, getTrustManager, isAuthenticationForced, newInstance, newInstance, newInstance, setAuthenticationForced, setAuthenticationProvider, setAuthentications, setProxy, setProxy, verifyHostKeyprivate String proxyHost
private int proxyPort
private String proxyUserName
private String proxyPassword
private boolean proxySet
public SVNBasicAuthenticationManager(@ParameterName(name="")
List<org.tmatesoft.svn.core.auth.SVNAuthentication> authentications)
authentications - authenticationspublic SVNBasicAuthenticationManager(@ParameterName(name="userName")
String userName,
@ParameterName(name="keyFile")
File keyFile,
@ParameterName(name="passphrase")
String passphrase,
@ParameterName(name="portNumber")
int portNumber)
userName - usernamekeyFile - a private key filepassphrase - a password to the private keyportNumber - a port number over which an ssh tunnel is establishedpublic SVNBasicAuthenticationManager(@ParameterName(name="userName")
String userName,
@ParameterName(name="password")
String password)
userName - a userNamepassword - a passwordpublic void afterPropertiesSet()
afterPropertiesSet in interface InitializingBeanpublic String getProxyHost()
getProxyHost in interface org.tmatesoft.svn.core.auth.ISVNProxyManagergetProxyHost in class org.tmatesoft.svn.core.auth.BasicAuthenticationManagerpublic void setProxyHost(String host)
host - The proxyHost to set.public int getProxyPort()
getProxyPort in interface org.tmatesoft.svn.core.auth.ISVNProxyManagergetProxyPort in class org.tmatesoft.svn.core.auth.BasicAuthenticationManagerpublic void setProxyPort(int port)
port - The proxyPort to set.public String getProxyUserName()
getProxyUserName in interface org.tmatesoft.svn.core.auth.ISVNProxyManagergetProxyUserName in class org.tmatesoft.svn.core.auth.BasicAuthenticationManagerpublic void setProxyUserName(String userName)
userName - The proxyUserName to set.public String getProxyPassword()
getProxyPassword in interface org.tmatesoft.svn.core.auth.ISVNProxyManagergetProxyPassword in class org.tmatesoft.svn.core.auth.BasicAuthenticationManagerpublic void setProxyPassword(String password)
password - The proxyPassword to set.Copyright © 1999–2016 Shibboleth Consortium. All rights reserved.