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 java.lang.String
java.util.Collection
int
private java.lang.String
getGroupName
(java.util.Map groups) java.lang.String
getHost()
private java.util.Map
java.lang.String
java.lang.String
private java.lang.String
getProxyOption
(java.lang.String optionName, java.lang.String systemProperty) java.lang.String
java.lang.String
java.lang.String
int
private SVNCompositeConfigFile
java.io.File[]
java.lang.String
java.lang.String
private java.lang.String
private java.lang.String
java.lang.String
protected boolean
protected boolean
boolean
private static boolean
hostExceptedFromProxy
(java.lang.String host, java.util.Map properties) boolean
boolean
boolean
isStorePlainTextPassphrases
(java.lang.String realm, SVNAuthentication auth) boolean
isStorePlainTextPasswords
(java.lang.String realm, SVNAuthentication auth) boolean
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myServersFile
-
myURL
-
-
Constructor Details
-
DefaultSVNHostOptions
-
-
Method Details
-
getServersFile
-
getHost
public java.lang.String getHost() -
getProtocol
public java.lang.String getProtocol() -
getAuthTypes
public java.util.Collection getAuthTypes()- Specified by:
getAuthTypes
in interfaceISVNHostOptions
-
getAuthStorageEnabledOption
private java.lang.String getAuthStorageEnabledOption() -
hasAuthStorageEnabledOption
protected boolean hasAuthStorageEnabledOption() -
isAuthStorageEnabled
public boolean isAuthStorageEnabled()- Specified by:
isAuthStorageEnabled
in interfaceISVNHostOptions
-
isStorePasswords
public boolean isStorePasswords()- Specified by:
isStorePasswords
in interfaceISVNHostOptions
-
getStorePlainTextPasswordOption
private java.lang.String getStorePlainTextPasswordOption() -
hasStorePlainTextPasswordsOption
public boolean hasStorePlainTextPasswordsOption() -
isStorePlainTextPasswords
public boolean isStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth) throws SVNException - Specified by:
isStorePlainTextPasswords
in interfaceISVNHostOptions
- Throws:
SVNException
-
isStoreSSLClientCertificatePassphrases
public boolean isStoreSSLClientCertificatePassphrases()- Specified by:
isStoreSSLClientCertificatePassphrases
in interfaceISVNHostOptions
-
getStorePlainTextPassphraseOption
private java.lang.String getStorePlainTextPassphraseOption() -
hasStorePlainTextPassphrasesOption
protected boolean hasStorePlainTextPassphrasesOption() -
isStorePlainTextPassphrases
public boolean isStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth) throws SVNException - Specified by:
isStorePlainTextPassphrases
in interfaceISVNHostOptions
- Throws:
SVNException
-
getUserName
public java.lang.String getUserName()- Specified by:
getUserName
in interfaceISVNHostOptions
-
getSSLClientCertFile
public java.lang.String getSSLClientCertFile()- Specified by:
getSSLClientCertFile
in interfaceISVNHostOptions
-
getSSLClientCertPassword
public java.lang.String getSSLClientCertPassword()- Specified by:
getSSLClientCertPassword
in interfaceISVNHostOptions
-
trustDefaultSSLCertificateAuthority
public boolean trustDefaultSSLCertificateAuthority()- Specified by:
trustDefaultSSLCertificateAuthority
in interfaceISVNHostOptions
-
getSSLAuthorityFiles
public java.io.File[] getSSLAuthorityFiles()- Specified by:
getSSLAuthorityFiles
in interfaceISVNHostOptions
-
getProxyHost
public java.lang.String getProxyHost()- Specified by:
getProxyHost
in interfaceISVNHostOptions
-
getProxyPort
public java.lang.String getProxyPort()- Specified by:
getProxyPort
in interfaceISVNHostOptions
-
getProxyUserName
public java.lang.String getProxyUserName()- Specified by:
getProxyUserName
in interfaceISVNHostOptions
-
getProxyPassword
public java.lang.String getProxyPassword()- Specified by:
getProxyPassword
in interfaceISVNHostOptions
-
getProxyOption
private java.lang.String getProxyOption(java.lang.String optionName, java.lang.String systemProperty) -
hostExceptedFromProxy
private static boolean hostExceptedFromProxy(java.lang.String host, java.util.Map properties) -
getReadTimeout
public int getReadTimeout()- Specified by:
getReadTimeout
in interfaceISVNHostOptions
-
getConnectTimeout
public int getConnectTimeout()- Specified by:
getConnectTimeout
in interfaceISVNHostOptions
-
getHostProperties
private java.util.Map getHostProperties() -
getGroupName
private java.lang.String getGroupName(java.util.Map groups)
-