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.Stringjava.util.Collectionintprivate java.lang.StringgetGroupName(java.util.Map groups) java.lang.StringgetHost()private java.util.Mapjava.lang.Stringjava.lang.Stringprivate java.lang.StringgetProxyOption(java.lang.String optionName, java.lang.String systemProperty) java.lang.Stringjava.lang.Stringjava.lang.Stringintprivate SVNCompositeConfigFilejava.io.File[]java.lang.Stringjava.lang.Stringprivate java.lang.Stringprivate java.lang.Stringjava.lang.Stringprotected booleanprotected booleanbooleanprivate static booleanhostExceptedFromProxy(java.lang.String host, java.util.Map properties) booleanbooleanbooleanisStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth) booleanisStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth) booleanbooleanMethods 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:
getAuthTypesin interfaceISVNHostOptions
-
getAuthStorageEnabledOption
private java.lang.String getAuthStorageEnabledOption() -
hasAuthStorageEnabledOption
protected boolean hasAuthStorageEnabledOption() -
isAuthStorageEnabled
public boolean isAuthStorageEnabled()- Specified by:
isAuthStorageEnabledin interfaceISVNHostOptions
-
isStorePasswords
public boolean isStorePasswords()- Specified by:
isStorePasswordsin 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:
isStorePlainTextPasswordsin interfaceISVNHostOptions- Throws:
SVNException
-
isStoreSSLClientCertificatePassphrases
public boolean isStoreSSLClientCertificatePassphrases()- Specified by:
isStoreSSLClientCertificatePassphrasesin 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:
isStorePlainTextPassphrasesin interfaceISVNHostOptions- Throws:
SVNException
-
getUserName
public java.lang.String getUserName()- Specified by:
getUserNamein interfaceISVNHostOptions
-
getSSLClientCertFile
public java.lang.String getSSLClientCertFile()- Specified by:
getSSLClientCertFilein interfaceISVNHostOptions
-
getSSLClientCertPassword
public java.lang.String getSSLClientCertPassword()- Specified by:
getSSLClientCertPasswordin interfaceISVNHostOptions
-
trustDefaultSSLCertificateAuthority
public boolean trustDefaultSSLCertificateAuthority()- Specified by:
trustDefaultSSLCertificateAuthorityin interfaceISVNHostOptions
-
getSSLAuthorityFiles
public java.io.File[] getSSLAuthorityFiles()- Specified by:
getSSLAuthorityFilesin interfaceISVNHostOptions
-
getProxyHost
public java.lang.String getProxyHost()- Specified by:
getProxyHostin interfaceISVNHostOptions
-
getProxyPort
public java.lang.String getProxyPort()- Specified by:
getProxyPortin interfaceISVNHostOptions
-
getProxyUserName
public java.lang.String getProxyUserName()- Specified by:
getProxyUserNamein interfaceISVNHostOptions
-
getProxyPassword
public java.lang.String getProxyPassword()- Specified by:
getProxyPasswordin 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:
getReadTimeoutin interfaceISVNHostOptions
-
getConnectTimeout
public int getConnectTimeout()- Specified by:
getConnectTimeoutin interfaceISVNHostOptions
-
getHostProperties
private java.util.Map getHostProperties() -
getGroupName
private java.lang.String getGroupName(java.util.Map groups)
-