Uses of Interface
org.tmatesoft.svn.core.auth.ISVNProxyManager
Packages that use ISVNProxyManager
Package
Description
This package contains interfaces/classes used by the library to
authenticate a user to a repository server.
-
Uses of ISVNProxyManager in org.tmatesoft.svn.core.auth
Subinterfaces of ISVNProxyManager in org.tmatesoft.svn.core.authClasses in org.tmatesoft.svn.core.auth that implement ISVNProxyManagerModifier and TypeClassDescriptionclass
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 ISVNProxyManagerModifier and TypeMethodDescriptionBasicAuthenticationManager.getProxyManager
(SVNURL url) Returns itself as a proxy manager.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 ISVNProxyManagerModifier and TypeMethodDescriptionprivate 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 ISVNProxyManagerModifier and TypeClassDescriptionprivate static final class
Methods in org.tmatesoft.svn.core.internal.wc that return ISVNProxyManager