public class DefaultSVNHostOptions extends java.lang.Object implements ISVNHostOptions
| Constructor and Description |
|---|
DefaultSVNHostOptions(SVNCompositeConfigFile serversFile,
SVNURL url) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
getAuthTypes() |
int |
getConnectTimeout() |
java.lang.String |
getHost() |
java.lang.String |
getProtocol() |
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() |
protected boolean |
hasAuthStorageEnabledOption() |
protected boolean |
hasStorePlainTextPassphrasesOption() |
boolean |
hasStorePlainTextPasswordsOption() |
boolean |
isAuthStorageEnabled() |
boolean |
isStorePasswords() |
boolean |
isStorePlainTextPassphrases(java.lang.String realm,
SVNAuthentication auth) |
boolean |
isStorePlainTextPasswords(java.lang.String realm,
SVNAuthentication auth) |
boolean |
isStoreSSLClientCertificatePassphrases() |
boolean |
trustDefaultSSLCertificateAuthority() |
public DefaultSVNHostOptions(SVNCompositeConfigFile serversFile, SVNURL url)
public java.lang.String getHost()
public java.lang.String getProtocol()
public java.util.Collection getAuthTypes()
getAuthTypes in interface ISVNHostOptionsprotected boolean hasAuthStorageEnabledOption()
public boolean isAuthStorageEnabled()
isAuthStorageEnabled in interface ISVNHostOptionspublic boolean isStorePasswords()
isStorePasswords in interface ISVNHostOptionspublic boolean hasStorePlainTextPasswordsOption()
public boolean isStorePlainTextPasswords(java.lang.String realm,
SVNAuthentication auth)
throws SVNException
isStorePlainTextPasswords in interface ISVNHostOptionsSVNExceptionpublic boolean isStoreSSLClientCertificatePassphrases()
isStoreSSLClientCertificatePassphrases in interface ISVNHostOptionsprotected boolean hasStorePlainTextPassphrasesOption()
public boolean isStorePlainTextPassphrases(java.lang.String realm,
SVNAuthentication auth)
throws SVNException
isStorePlainTextPassphrases in interface ISVNHostOptionsSVNExceptionpublic java.lang.String getUserName()
getUserName in interface ISVNHostOptionspublic java.lang.String getSSLClientCertFile()
getSSLClientCertFile in interface ISVNHostOptionspublic java.lang.String getSSLClientCertPassword()
getSSLClientCertPassword in interface ISVNHostOptionspublic boolean trustDefaultSSLCertificateAuthority()
trustDefaultSSLCertificateAuthority in interface ISVNHostOptionspublic java.io.File[] getSSLAuthorityFiles()
getSSLAuthorityFiles in interface ISVNHostOptionspublic java.lang.String getProxyHost()
getProxyHost in interface ISVNHostOptionspublic java.lang.String getProxyPort()
getProxyPort in interface ISVNHostOptionspublic java.lang.String getProxyUserName()
getProxyUserName in interface ISVNHostOptionspublic java.lang.String getProxyPassword()
getProxyPassword in interface ISVNHostOptionspublic int getReadTimeout()
getReadTimeout in interface ISVNHostOptionspublic int getConnectTimeout()
getConnectTimeout in interface ISVNHostOptionsCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.