Interface ISVNConnectionOptions
- All Known Implementing Classes:
DefaultSVNConnectionOptions
public interface ISVNConnectionOptions
- Version:
- 1.3
-
Method Summary
Modifier and TypeMethodDescriptiongetAuthTypes(SVNURL url) intgetConnectTimeout(SVNURL url) intString[]getProxyHost(SVNURL url) getProxyPassword(SVNURL url) getProxyPort(SVNURL url) getProxyUserName(SVNURL url) intgetReadTimeout(SVNURL url) File[]getUserName(SVNURL url) booleanbooleanisStorePasswords(SVNURL url) booleanisStorePlainTextPassphrases(String realm, SVNAuthentication auth) booleanisStorePlainTextPasswords(String realm, SVNAuthentication auth) booleanboolean
-
Method Details
-
getAuthTypes
-
getPasswordStorageTypes
String[] getPasswordStorageTypes() -
isAuthStorageEnabled
-
isStorePasswords
-
isStorePlainTextPasswords
- Throws:
SVNException
-
isStoreSSLClientCertificatePassphrases
-
isStorePlainTextPassphrases
- Throws:
SVNException
-
getUserName
-
getDefaultSSHPortNumber
int getDefaultSSHPortNumber() -
getDefaultSSHUserName
String getDefaultSSHUserName() -
getDefaultSSHPassword
String getDefaultSSHPassword() -
getDefaultSSHKeyFile
String getDefaultSSHKeyFile() -
getDefaultSSHPassphrase
String getDefaultSSHPassphrase() -
getSSLClientCertFile
-
getSSLClientCertPassword
-
trustDefaultSSLCertificateAuthority
-
getSSLAuthorityFiles
-
getProxyHost
-
getProxyPort
-
getProxyUserName
-
getProxyPassword
-
getReadTimeout
-
getConnectTimeout
-