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.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 |
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.
|
ISVNProxyManager |
BasicAuthenticationManager.getProxyManager(SVNURL url)
Returns itself as a proxy manager.
|
Modifier and Type | Method and Description |
---|---|
ISVNProxyManager |
DefaultSVNAuthenticationManager.getProxyManager(SVNURL url) |
Copyright © 2020. All rights reserved.