Interface ISVNHostOptions

All Known Implementing Classes:
DefaultSVNAuthenticationManager.ExtendedHostOptions, DefaultSVNHostOptions

public interface ISVNHostOptions
Version:
1.3
  • Method Details

    • getAuthTypes

      Collection<String> getAuthTypes()
    • isAuthStorageEnabled

      boolean isAuthStorageEnabled()
    • isStorePasswords

      boolean isStorePasswords()
    • isStoreSSLClientCertificatePassphrases

      boolean isStoreSSLClientCertificatePassphrases()
    • isStorePlainTextPasswords

      boolean isStorePlainTextPasswords(String realm, SVNAuthentication auth) throws SVNException
      Throws:
      SVNException
    • isStorePlainTextPassphrases

      boolean isStorePlainTextPassphrases(String realm, SVNAuthentication auth) throws SVNException
      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()