Class DefaultSVNHostOptions
java.lang.Object
org.tmatesoft.svn.core.internal.wc.DefaultSVNHostOptions
- All Implemented Interfaces:
ISVNHostOptions
- Direct Known Subclasses:
DefaultSVNAuthenticationManager.ExtendedHostOptions
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate String
int
private String
getGroupName
(Map groups) getHost()
private Map
private String
getProxyOption
(String optionName, String systemProperty) int
private SVNCompositeConfigFile
File[]
private String
private String
protected boolean
protected boolean
boolean
private static boolean
hostExceptedFromProxy
(String host, Map properties) boolean
boolean
boolean
isStorePlainTextPassphrases
(String realm, SVNAuthentication auth) boolean
isStorePlainTextPasswords
(String realm, SVNAuthentication auth) boolean
boolean
-
Field Details
-
myServersFile
-
myURL
-
-
Constructor Details
-
DefaultSVNHostOptions
-
-
Method Details
-
getServersFile
-
getHost
-
getProtocol
-
getAuthTypes
- Specified by:
getAuthTypes
in interfaceISVNHostOptions
-
getAuthStorageEnabledOption
-
hasAuthStorageEnabledOption
protected boolean hasAuthStorageEnabledOption() -
isAuthStorageEnabled
public boolean isAuthStorageEnabled()- Specified by:
isAuthStorageEnabled
in interfaceISVNHostOptions
-
isStorePasswords
public boolean isStorePasswords()- Specified by:
isStorePasswords
in interfaceISVNHostOptions
-
getStorePlainTextPasswordOption
-
hasStorePlainTextPasswordsOption
public boolean hasStorePlainTextPasswordsOption() -
isStorePlainTextPasswords
- Specified by:
isStorePlainTextPasswords
in interfaceISVNHostOptions
- Throws:
SVNException
-
isStoreSSLClientCertificatePassphrases
public boolean isStoreSSLClientCertificatePassphrases()- Specified by:
isStoreSSLClientCertificatePassphrases
in interfaceISVNHostOptions
-
getStorePlainTextPassphraseOption
-
hasStorePlainTextPassphrasesOption
protected boolean hasStorePlainTextPassphrasesOption() -
isStorePlainTextPassphrases
public boolean isStorePlainTextPassphrases(String realm, SVNAuthentication auth) throws SVNException - Specified by:
isStorePlainTextPassphrases
in interfaceISVNHostOptions
- Throws:
SVNException
-
getUserName
- Specified by:
getUserName
in interfaceISVNHostOptions
-
getSSLClientCertFile
- Specified by:
getSSLClientCertFile
in interfaceISVNHostOptions
-
getSSLClientCertPassword
- Specified by:
getSSLClientCertPassword
in interfaceISVNHostOptions
-
trustDefaultSSLCertificateAuthority
public boolean trustDefaultSSLCertificateAuthority()- Specified by:
trustDefaultSSLCertificateAuthority
in interfaceISVNHostOptions
-
getSSLAuthorityFiles
- Specified by:
getSSLAuthorityFiles
in interfaceISVNHostOptions
-
getProxyHost
- Specified by:
getProxyHost
in interfaceISVNHostOptions
-
getProxyPort
- Specified by:
getProxyPort
in interfaceISVNHostOptions
-
getProxyUserName
- Specified by:
getProxyUserName
in interfaceISVNHostOptions
-
getProxyPassword
- Specified by:
getProxyPassword
in interfaceISVNHostOptions
-
getProxyOption
-
hostExceptedFromProxy
-
getReadTimeout
public int getReadTimeout()- Specified by:
getReadTimeout
in interfaceISVNHostOptions
-
getConnectTimeout
public int getConnectTimeout()- Specified by:
getConnectTimeout
in interfaceISVNHostOptions
-
getHostProperties
-
getGroupName
-