Interface ISVNConnectionOptions
- All Known Implementing Classes:
DefaultSVNConnectionOptions
public interface ISVNConnectionOptions
- Version:
- 1.3
-
Method Summary
Modifier and TypeMethodDescriptiongetAuthTypes
(SVNURL url) int
getConnectTimeout
(SVNURL url) int
String[]
getProxyHost
(SVNURL url) getProxyPassword
(SVNURL url) getProxyPort
(SVNURL url) getProxyUserName
(SVNURL url) int
getReadTimeout
(SVNURL url) File[]
getUserName
(SVNURL url) boolean
boolean
isStorePasswords
(SVNURL url) boolean
isStorePlainTextPassphrases
(String realm, SVNAuthentication auth) boolean
isStorePlainTextPasswords
(String realm, SVNAuthentication auth) boolean
boolean
-
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
-