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