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 |
Modifier and Type | Interface and Description |
---|---|
interface |
ISVNProxyManagerEx |
Modifier and Type | Class and Description |
---|---|
class |
BasicAuthenticationManager
The BasicAuthenticationManager is a simple implementation of
ISVNAuthenticationManager for storing and providing credentials without
using auth providers.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
private void |
HTTPConnection.connect(HTTPSSLKeyManager keyManager,
javax.net.ssl.TrustManager trustManager,
ISVNProxyManager proxyManager) |
private char[] |
HTTPConnection.getProxyPasswordValue(ISVNProxyManager proxyManager) |
Modifier and Type | Class and Description |
---|---|
private static class |
DefaultSVNAuthenticationManager.SimpleProxyManager |
Modifier and Type | Method and Description |
---|---|
ISVNProxyManager |
DefaultSVNAuthenticationManager.getProxyManager(SVNURL url) |