Interface ISVNHostOptions
- All Known Implementing Classes:
DefaultSVNAuthenticationManager.ExtendedHostOptions
,DefaultSVNHostOptions
public interface ISVNHostOptions
- Version:
- 1.3
-
Method Summary
Modifier and TypeMethodDescriptionint
int
File[]
boolean
boolean
boolean
isStorePlainTextPassphrases
(String realm, SVNAuthentication auth) boolean
isStorePlainTextPasswords
(String realm, SVNAuthentication auth) boolean
boolean
-
Method Details
-
getAuthTypes
Collection<String> getAuthTypes() -
isAuthStorageEnabled
boolean isAuthStorageEnabled() -
isStorePasswords
boolean isStorePasswords() -
isStoreSSLClientCertificatePassphrases
boolean isStoreSSLClientCertificatePassphrases() -
isStorePlainTextPasswords
- Throws:
SVNException
-
isStorePlainTextPassphrases
- Throws:
SVNException
-
getUserName
String getUserName() -
getSSLClientCertFile
String getSSLClientCertFile() -
getSSLClientCertPassword
String getSSLClientCertPassword() -
trustDefaultSSLCertificateAuthority
boolean trustDefaultSSLCertificateAuthority() -
getSSLAuthorityFiles
File[] getSSLAuthorityFiles() -
getProxyHost
String getProxyHost() -
getProxyPort
String getProxyPort() -
getProxyUserName
String getProxyUserName() -
getProxyPassword
String getProxyPassword() -
getReadTimeout
int getReadTimeout() -
getConnectTimeout
int getConnectTimeout()
-