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 interface
ISVNProxyManagerEx
Classes in org.tmatesoft.svn.core.auth that implement ISVNProxyManager Modifier and Type Class Description class
BasicAuthenticationManager
The 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 ISVNProxyManager
BasicAuthenticationManager. getProxyManager(SVNURL url)
Returns itself as a proxy manager.ISVNProxyManager
ISVNAuthenticationManager. 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 void
HTTPConnection. 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 class
DefaultSVNAuthenticationManager.SimpleProxyManager
Methods in org.tmatesoft.svn.core.internal.wc that return ISVNProxyManager Modifier and Type Method Description ISVNProxyManager
DefaultSVNAuthenticationManager. getProxyManager(SVNURL url)
-