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 Stringintprivate StringgetGroupName(Map groups) getHost()private Mapprivate StringgetProxyOption(String optionName, String systemProperty) intprivate SVNCompositeConfigFileFile[]private Stringprivate Stringprotected booleanprotected booleanbooleanprivate static booleanhostExceptedFromProxy(String host, Map properties) booleanbooleanbooleanisStorePlainTextPassphrases(String realm, SVNAuthentication auth) booleanisStorePlainTextPasswords(String realm, SVNAuthentication auth) booleanboolean
-
Field Details
-
myServersFile
-
myURL
-
-
Constructor Details
-
DefaultSVNHostOptions
-
-
Method Details
-
getServersFile
-
getHost
-
getProtocol
-
getAuthTypes
- Specified by:
getAuthTypesin interfaceISVNHostOptions
-
getAuthStorageEnabledOption
-
hasAuthStorageEnabledOption
protected boolean hasAuthStorageEnabledOption() -
isAuthStorageEnabled
public boolean isAuthStorageEnabled()- Specified by:
isAuthStorageEnabledin interfaceISVNHostOptions
-
isStorePasswords
public boolean isStorePasswords()- Specified by:
isStorePasswordsin interfaceISVNHostOptions
-
getStorePlainTextPasswordOption
-
hasStorePlainTextPasswordsOption
public boolean hasStorePlainTextPasswordsOption() -
isStorePlainTextPasswords
- Specified by:
isStorePlainTextPasswordsin interfaceISVNHostOptions- Throws:
SVNException
-
isStoreSSLClientCertificatePassphrases
public boolean isStoreSSLClientCertificatePassphrases()- Specified by:
isStoreSSLClientCertificatePassphrasesin interfaceISVNHostOptions
-
getStorePlainTextPassphraseOption
-
hasStorePlainTextPassphrasesOption
protected boolean hasStorePlainTextPassphrasesOption() -
isStorePlainTextPassphrases
public boolean isStorePlainTextPassphrases(String realm, SVNAuthentication auth) throws SVNException - Specified by:
isStorePlainTextPassphrasesin interfaceISVNHostOptions- Throws:
SVNException
-
getUserName
- Specified by:
getUserNamein interfaceISVNHostOptions
-
getSSLClientCertFile
- Specified by:
getSSLClientCertFilein interfaceISVNHostOptions
-
getSSLClientCertPassword
- Specified by:
getSSLClientCertPasswordin interfaceISVNHostOptions
-
trustDefaultSSLCertificateAuthority
public boolean trustDefaultSSLCertificateAuthority()- Specified by:
trustDefaultSSLCertificateAuthorityin interfaceISVNHostOptions
-
getSSLAuthorityFiles
- Specified by:
getSSLAuthorityFilesin interfaceISVNHostOptions
-
getProxyHost
- Specified by:
getProxyHostin interfaceISVNHostOptions
-
getProxyPort
- Specified by:
getProxyPortin interfaceISVNHostOptions
-
getProxyUserName
- Specified by:
getProxyUserNamein interfaceISVNHostOptions
-
getProxyPassword
- Specified by:
getProxyPasswordin interfaceISVNHostOptions
-
getProxyOption
-
hostExceptedFromProxy
-
getReadTimeout
public int getReadTimeout()- Specified by:
getReadTimeoutin interfaceISVNHostOptions
-
getConnectTimeout
public int getConnectTimeout()- Specified by:
getConnectTimeoutin interfaceISVNHostOptions
-
getHostProperties
-
getGroupName
-