Class DefaultSVNAuthenticationManager.ExtendedHostOptions
java.lang.Object
org.tmatesoft.svn.core.internal.wc.DefaultSVNHostOptions
org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManager.ExtendedHostOptions
- All Implemented Interfaces:
ISVNHostOptions
- Enclosing class:
- DefaultSVNAuthenticationManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanisStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth) booleanisStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth) Methods inherited from class org.tmatesoft.svn.core.internal.wc.DefaultSVNHostOptions
getAuthTypes, getConnectTimeout, getHost, getProtocol, getProxyHost, getProxyPassword, getProxyPort, getProxyUserName, getReadTimeout, getSSLAuthorityFiles, getSSLClientCertFile, getSSLClientCertPassword, getUserName, hasAuthStorageEnabledOption, hasStorePlainTextPassphrasesOption, hasStorePlainTextPasswordsOption, isStorePasswords, isStoreSSLClientCertificatePassphrases, trustDefaultSSLCertificateAuthorityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ExtendedHostOptions
-
-
Method Details
-
isAuthStorageEnabled
public boolean isAuthStorageEnabled()- Specified by:
isAuthStorageEnabledin interfaceISVNHostOptions- Overrides:
isAuthStorageEnabledin classDefaultSVNHostOptions
-
isStorePlainTextPasswords
public boolean isStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth) throws SVNException - Specified by:
isStorePlainTextPasswordsin interfaceISVNHostOptions- Overrides:
isStorePlainTextPasswordsin classDefaultSVNHostOptions- Throws:
SVNException
-
isStorePlainTextPassphrases
public boolean isStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth) throws SVNException - Specified by:
isStorePlainTextPassphrasesin interfaceISVNHostOptions- Overrides:
isStorePlainTextPassphrasesin classDefaultSVNHostOptions- Throws:
SVNException
-