Class DefaultSVNConnectionOptions
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc.DefaultSVNConnectionOptions
-
- All Implemented Interfaces:
ISVNConnectionOptions
public class DefaultSVNConnectionOptions extends java.lang.Object implements ISVNConnectionOptions
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Constructor Description DefaultSVNConnectionOptions(SVNCompositeConfigFile serversFile, SVNCompositeConfigFile configFile)
-
Method Summary
-
-
-
Constructor Detail
-
DefaultSVNConnectionOptions
public DefaultSVNConnectionOptions(SVNCompositeConfigFile serversFile, SVNCompositeConfigFile configFile)
-
-
Method Detail
-
getAuthTypes
public java.util.Collection getAuthTypes(SVNURL url)
- Specified by:
getAuthTypesin interfaceISVNConnectionOptions
-
hasAuthStorageEnabledOption
public boolean hasAuthStorageEnabledOption(SVNURL url)
-
isAuthStorageEnabled
public boolean isAuthStorageEnabled(SVNURL url)
- Specified by:
isAuthStorageEnabledin interfaceISVNConnectionOptions
-
getPasswordStorageTypes
public java.lang.String[] getPasswordStorageTypes()
- Specified by:
getPasswordStorageTypesin interfaceISVNConnectionOptions
-
isStorePasswords
public boolean isStorePasswords(SVNURL url)
- Specified by:
isStorePasswordsin interfaceISVNConnectionOptions
-
isStorePlainTextPasswords
public boolean isStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth) throws SVNException- Specified by:
isStorePlainTextPasswordsin interfaceISVNConnectionOptions- Throws:
SVNException
-
isStoreSSLClientCertificatePassphrases
public boolean isStoreSSLClientCertificatePassphrases(SVNURL url)
- Specified by:
isStoreSSLClientCertificatePassphrasesin interfaceISVNConnectionOptions
-
isStorePlainTextPassphrases
public boolean isStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth) throws SVNException- Specified by:
isStorePlainTextPassphrasesin interfaceISVNConnectionOptions- Throws:
SVNException
-
getUserName
public java.lang.String getUserName(SVNURL url)
- Specified by:
getUserNamein interfaceISVNConnectionOptions
-
getDefaultSSHPortNumber
public int getDefaultSSHPortNumber()
- Specified by:
getDefaultSSHPortNumberin interfaceISVNConnectionOptions
-
getDefaultSSHUserName
public java.lang.String getDefaultSSHUserName()
- Specified by:
getDefaultSSHUserNamein interfaceISVNConnectionOptions
-
getDefaultSSHPassword
public java.lang.String getDefaultSSHPassword()
- Specified by:
getDefaultSSHPasswordin interfaceISVNConnectionOptions
-
getDefaultSSHKeyFile
public java.lang.String getDefaultSSHKeyFile()
- Specified by:
getDefaultSSHKeyFilein interfaceISVNConnectionOptions
-
getDefaultSSHPassphrase
public java.lang.String getDefaultSSHPassphrase()
- Specified by:
getDefaultSSHPassphrasein interfaceISVNConnectionOptions
-
getSSLClientCertFile
public java.lang.String getSSLClientCertFile(SVNURL url)
- Specified by:
getSSLClientCertFilein interfaceISVNConnectionOptions
-
getSSLClientCertPassword
public java.lang.String getSSLClientCertPassword(SVNURL url)
- Specified by:
getSSLClientCertPasswordin interfaceISVNConnectionOptions
-
trustDefaultSSLCertificateAuthority
public boolean trustDefaultSSLCertificateAuthority(SVNURL url)
- Specified by:
trustDefaultSSLCertificateAuthorityin interfaceISVNConnectionOptions
-
getSSLAuthorityFiles
public java.io.File[] getSSLAuthorityFiles(SVNURL url)
- Specified by:
getSSLAuthorityFilesin interfaceISVNConnectionOptions
-
getProxyHost
public java.lang.String getProxyHost(SVNURL url)
- Specified by:
getProxyHostin interfaceISVNConnectionOptions
-
getProxyPort
public java.lang.String getProxyPort(SVNURL url)
- Specified by:
getProxyPortin interfaceISVNConnectionOptions
-
getProxyUserName
public java.lang.String getProxyUserName(SVNURL url)
- Specified by:
getProxyUserNamein interfaceISVNConnectionOptions
-
getProxyPassword
public java.lang.String getProxyPassword(SVNURL url)
- Specified by:
getProxyPasswordin interfaceISVNConnectionOptions
-
getReadTimeout
public int getReadTimeout(SVNURL url)
- Specified by:
getReadTimeoutin interfaceISVNConnectionOptions
-
getConnectTimeout
public int getConnectTimeout(SVNURL url)
- Specified by:
getConnectTimeoutin interfaceISVNConnectionOptions
-
-