Package | Description |
---|---|
org.tmatesoft.svn.cli | |
org.tmatesoft.svn.cli.svn | |
org.tmatesoft.svn.cli.svnadmin | |
org.tmatesoft.svn.cli.svndumpfilter | |
org.tmatesoft.svn.cli.svnlook | |
org.tmatesoft.svn.cli.svnsync | |
org.tmatesoft.svn.cli.svnversion | |
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 | |
org.tmatesoft.svn.core.internal.io.dav.http | |
org.tmatesoft.svn.core.internal.io.svn.sasl | |
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.internal.wc16 | |
org.tmatesoft.svn.core.internal.wc17 | |
org.tmatesoft.svn.core.io |
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
|
org.tmatesoft.svn.core.javahl |
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
|
org.tmatesoft.svn.core.javahl17 | |
org.tmatesoft.svn.core.wc |
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
|
org.tmatesoft.svn.core.wc.admin |
This package provides API for administrative managing Subversion repositories on a local machine.
|
org.tmatesoft.svn.core.wc2 |
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
|
Modifier and Type | Method and Description |
---|---|
protected abstract ISVNAuthenticationManager |
AbstractSVNCommandEnvironment.createClientAuthenticationManager() |
Modifier and Type | Method and Description |
---|---|
protected ISVNAuthenticationManager |
SVNCommandEnvironment.createClientAuthenticationManager() |
Modifier and Type | Method and Description |
---|---|
protected ISVNAuthenticationManager |
SVNAdminCommandEnvironment.createClientAuthenticationManager() |
Modifier and Type | Method and Description |
---|---|
protected ISVNAuthenticationManager |
SVNDumpFilterCommandEnvironment.createClientAuthenticationManager() |
Modifier and Type | Method and Description |
---|---|
protected ISVNAuthenticationManager |
SVNLookCommandEnvironment.createClientAuthenticationManager() |
Modifier and Type | Method and Description |
---|---|
protected ISVNAuthenticationManager |
SVNSyncCommandEnvironment.createClientAuthenticationManager() |
Modifier and Type | Method and Description |
---|---|
protected ISVNAuthenticationManager |
SVNVersionCommandEnvironment.createClientAuthenticationManager() |
Modifier and Type | Interface and Description |
---|---|
interface |
ISVNAuthenticationManagerExt |
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 |
---|---|
static void |
BasicAuthenticationManager.acknowledgeAuthentication(boolean accepted,
java.lang.String kind,
java.lang.String realm,
SVNErrorMessage errorMessage,
SVNAuthentication authentication,
SVNURL accessedURL,
ISVNAuthenticationManager authManager)
Utility method to acknowledge successful or failed authentication attempt
|
Modifier and Type | Method and Description |
---|---|
void |
DAVRepository.setAuthenticationManager(ISVNAuthenticationManager authManager) |
Modifier and Type | Field and Description |
---|---|
private ISVNAuthenticationManager |
HTTPSSLKeyManager.authenticationManager |
Modifier and Type | Method and Description |
---|---|
static HTTPAuthentication |
HTTPAuthentication.parseAuthParameters(java.util.Collection<java.lang.String> authHeaderValues,
HTTPAuthentication prevResponse,
java.lang.String charset,
java.util.Collection<java.lang.String> authTypes,
ISVNAuthenticationManager authManager,
int requestID) |
Constructor and Description |
---|
HTTPSSLKeyManager(ISVNAuthenticationManager authenticationManager,
java.lang.String realm,
SVNURL url) |
Modifier and Type | Field and Description |
---|---|
private ISVNAuthenticationManager |
SVNSaslAuthenticator.myAuthenticationManager |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSVNAuthenticationManager |
Constructor and Description |
---|
SVNCopyDriver(ISVNAuthenticationManager authManager,
ISVNOptions options) |
SVNMergeDriver(ISVNAuthenticationManager authManager,
ISVNOptions options) |
Constructor and Description |
---|
SVNBasicDelegate(ISVNAuthenticationManager authManager,
ISVNOptions options) |
SVNChangelistClient16(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNChangelistClient object with the
specified run-time configuration and authentication drivers.
|
SVNCommitClient16(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNCommitClient object with the
specified run-time configuration and authentication drivers.
|
SVNCopyClient16(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNCopyClient object with the
specified run-time configuration and authentication drivers.
|
SVNDiffClient16(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNDiffClient object with the
specified run-time configuration and authentication drivers.
|
SVNLogClient16(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNLogClient object with the
specified run-time configuration and authentication drivers.
|
SVNMoveClient16(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNMoveClient object with the
specified run-time configuration and authentication drivers.
|
SVNStatusClient16(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNStatusClient object with the
specified run-time configuration and authentication drivers.
|
SVNUpdateClient16(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNUpdateClient object with the
specified run-time configuration and authentication drivers.
|
SVNWCClient16(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNWCClient object with the
specified run-time configuration and authentication drivers.
|
Constructor and Description |
---|
SVNLogClient17(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNLogClient object with the
specified run-time configuration and authentication drivers.
|
Modifier and Type | Field and Description |
---|---|
private ISVNAuthenticationManager |
SVNRepository.myAuthManager |
Modifier and Type | Method and Description |
---|---|
ISVNAuthenticationManager |
SVNRepository.getAuthenticationManager()
Returns the authentication driver registered for this
object.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNRepository.setAuthenticationManager(ISVNAuthenticationManager authManager)
Sets an authentication driver for this object.
|
Modifier and Type | Field and Description |
---|---|
private ISVNAuthenticationManager |
SVNClientImpl.myAuthenticationManager |
Modifier and Type | Field and Description |
---|---|
private ISVNAuthenticationManager |
SVNClientImpl.authenticationManager |
Modifier and Type | Field and Description |
---|---|
private ISVNAuthenticationManager |
DefaultSVNRepositoryPool.myAuthManager |
Modifier and Type | Method and Description |
---|---|
static ISVNAuthenticationManager |
SVNWCUtil.createDefaultAuthenticationManager()
Creates a default authentication manager that uses the default SVN's
servers configuration and authentication storage.
|
static ISVNAuthenticationManager |
SVNWCUtil.createDefaultAuthenticationManager(java.io.File configDir)
Creates a default authentication manager that uses the servers
configuration and authentication storage located in the provided
directory.
|
static ISVNAuthenticationManager |
SVNWCUtil.createDefaultAuthenticationManager(java.io.File configDir,
java.lang.String userName,
char[] password)
Creates a default authentication manager that uses the provided
configuration directory and user's credentials.
|
static ISVNAuthenticationManager |
SVNWCUtil.createDefaultAuthenticationManager(java.io.File configDir,
java.lang.String userName,
char[] password,
boolean storeAuth)
Creates a default authentication manager that uses the provided
configuration directory and user's credentials.
|
static ISVNAuthenticationManager |
SVNWCUtil.createDefaultAuthenticationManager(java.io.File configDir,
java.lang.String userName,
char[] password,
java.io.File privateKey,
char[] passphrase,
boolean storeAuth)
Creates a default authentication manager that uses the provided
configuration directory and user's credentials.
|
static ISVNAuthenticationManager |
SVNWCUtil.createDefaultAuthenticationManager(java.io.File configDir,
java.lang.String userName,
java.lang.String password)
Deprecated.
|
static ISVNAuthenticationManager |
SVNWCUtil.createDefaultAuthenticationManager(java.io.File configDir,
java.lang.String userName,
java.lang.String password,
boolean storeAuth)
Deprecated.
|
static ISVNAuthenticationManager |
SVNWCUtil.createDefaultAuthenticationManager(java.io.File configDir,
java.lang.String userName,
java.lang.String password,
java.io.File privateKey,
java.lang.String passphrase,
boolean storeAuth)
Deprecated.
|
static ISVNAuthenticationManager |
SVNWCUtil.createDefaultAuthenticationManager(java.lang.String userName,
char[] password)
Creates a default authentication manager that uses the default SVN's
servers configuration and provided user's credentials.
|
static ISVNAuthenticationManager |
SVNWCUtil.createDefaultAuthenticationManager(java.lang.String userName,
java.lang.String password)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SVNClientManager |
SVNClientManager.newInstance(ISVNOptions options,
ISVNAuthenticationManager authManager)
Creates a new instance of this class using the provided
ISVNOptions
and ISVNAuthenticationManager drivers. |
void |
DefaultSVNRepositoryPool.setAuthenticationManager(ISVNAuthenticationManager authManager)
Sets the given authentication instance to this pool and to all
SVNRepository objects
stored in this pool. |
void |
ISVNRepositoryPool.setAuthenticationManager(ISVNAuthenticationManager authManager)
Updates authentication manager instance referenced by
SVNRepository objects
currently in the pool. |
void |
SVNClientManager.setAuthenticationManager(ISVNAuthenticationManager authManager)
Sets an authentication manager to this client manager.
|
Constructor and Description |
---|
DefaultSVNRepositoryPool(ISVNAuthenticationManager authManager,
ISVNTunnelProvider tunnelProvider)
Constructs a DefaultSVNRepositoryPool instance
that represents
DefaultSVNRepositoryPool.RUNTIME_POOL objects pool. |
DefaultSVNRepositoryPool(ISVNAuthenticationManager authManager,
ISVNTunnelProvider tunnelProvider,
boolean keepConnections,
int poolMode)
Deprecated.
|
DefaultSVNRepositoryPool(ISVNAuthenticationManager authManager,
ISVNTunnelProvider tunnelProvider,
long timeout,
boolean keepConnection)
Constructs a DefaultSVNRepositoryPool instance
that represents
DefaultSVNRepositoryPool.RUNTIME_POOL objects pool. |
SVNBasicClient(ISVNAuthenticationManager authManager,
ISVNOptions options) |
SVNChangelistClient(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNChangelistClient object with the
specified run-time configuration and authentication drivers.
|
SVNClientManager(ISVNOptions options,
ISVNAuthenticationManager authManager) |
SVNCommitClient(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNCommitClient object with the
specified run-time configuration and authentication drivers.
|
SVNCopyClient(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNCopyClient object with the
specified run-time configuration and authentication drivers.
|
SVNDiffClient(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNDiffClient object with the
specified run-time configuration and authentication drivers.
|
SVNLogClient(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNLogClient object with the
specified run-time configuration and authentication drivers.
|
SVNMoveClient(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNMoveClient object with the
specified run-time configuration and authentication drivers.
|
SVNStatusClient(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNStatusClient object with the
specified run-time configuration and authentication drivers.
|
SVNUpdateClient(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNUpdateClient object with the
specified run-time configuration and authentication drivers.
|
SVNWCClient(ISVNAuthenticationManager authManager,
ISVNOptions options)
Constructs and initializes an SVNWCClient object with the
specified run-time configuration and authentication drivers.
|
Constructor and Description |
---|
SVNAdminBasicClient(ISVNAuthenticationManager authManager,
ISVNOptions options) |
SVNAdminClient(ISVNAuthenticationManager authManager,
ISVNOptions options)
Creates a new admin client.
|
SVNLookClient(ISVNAuthenticationManager authManager,
ISVNOptions options)
Creates a new instance of SVNLookClient
given an authentication manager and global
options keeper.
|
Modifier and Type | Field and Description |
---|---|
private ISVNAuthenticationManager |
SvnOperationFactory.authenticationManager |
Modifier and Type | Method and Description |
---|---|
ISVNAuthenticationManager |
SvnOperationFactory.getAuthenticationManager()
Gets operation's authentication manager.
|
ISVNAuthenticationManager |
ISvnOperationOptionsProvider.getAuthenticationManager()
Gets operation's authentication manager.
|
ISVNAuthenticationManager |
SvnOperation.getAuthenticationManager()
Gets operation's authentication manager, provided by
SvnOperationFactory.getAuthenticationManager() . |
Modifier and Type | Method and Description |
---|---|
void |
SvnOperationFactory.setAuthenticationManager(ISVNAuthenticationManager authenticationManager)
Sets operation's authentication manager.
|