Uses of Interface
org.tmatesoft.svn.core.auth.ISVNProxyManager
-
Packages that use ISVNProxyManager Package Description org.tmatesoft.svn.core.auth This package contains interfaces/classes used by the library to authenticate a user to a repository server.org.tmatesoft.svn.core.internal.io.dav.http org.tmatesoft.svn.core.internal.wc -
-
Uses of ISVNProxyManager in org.tmatesoft.svn.core.auth
Subinterfaces of ISVNProxyManager in org.tmatesoft.svn.core.auth Modifier and Type Interface Description interfaceISVNProxyManagerExClasses in org.tmatesoft.svn.core.auth that implement ISVNProxyManager Modifier and Type Class Description classBasicAuthenticationManagerThe BasicAuthenticationManager is a simple implementation of ISVNAuthenticationManager for storing and providing credentials without using auth providers.Methods in org.tmatesoft.svn.core.auth that return ISVNProxyManager Modifier and Type Method Description ISVNProxyManagerBasicAuthenticationManager. getProxyManager(SVNURL url)Returns itself as a proxy manager.ISVNProxyManagerISVNAuthenticationManager. getProxyManager(SVNURL url)Returns a proxy manager that keeps settings for that proxy server over which HTTP requests are send to a repository server. -
Uses of ISVNProxyManager in org.tmatesoft.svn.core.internal.io.dav.http
Methods in org.tmatesoft.svn.core.internal.io.dav.http with parameters of type ISVNProxyManager Modifier and Type Method Description private voidHTTPConnection. connect(HTTPSSLKeyManager keyManager, javax.net.ssl.TrustManager trustManager, ISVNProxyManager proxyManager)private char[]HTTPConnection. getProxyPasswordValue(ISVNProxyManager proxyManager) -
Uses of ISVNProxyManager in org.tmatesoft.svn.core.internal.wc
Classes in org.tmatesoft.svn.core.internal.wc that implement ISVNProxyManager Modifier and Type Class Description private static classDefaultSVNAuthenticationManager.SimpleProxyManagerMethods in org.tmatesoft.svn.core.internal.wc that return ISVNProxyManager Modifier and Type Method Description ISVNProxyManagerDefaultSVNAuthenticationManager. getProxyManager(SVNURL url)
-