Interface ISVNHostOptions
-
- All Known Implementing Classes:
DefaultSVNAuthenticationManager.ExtendedHostOptions
,DefaultSVNHostOptions
public interface ISVNHostOptions
- Version:
- 1.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<java.lang.String>
getAuthTypes()
int
getConnectTimeout()
java.lang.String
getProxyHost()
java.lang.String
getProxyPassword()
java.lang.String
getProxyPort()
java.lang.String
getProxyUserName()
int
getReadTimeout()
java.io.File[]
getSSLAuthorityFiles()
java.lang.String
getSSLClientCertFile()
java.lang.String
getSSLClientCertPassword()
java.lang.String
getUserName()
boolean
isAuthStorageEnabled()
boolean
isStorePasswords()
boolean
isStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth)
boolean
isStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth)
boolean
isStoreSSLClientCertificatePassphrases()
boolean
trustDefaultSSLCertificateAuthority()
-
-
-
Method Detail
-
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()
-
-