Uses of Interface
org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
Packages that use ISVNAuthenticationManager
Package
Description
This package contains interfaces/classes used by the library to
authenticate a user to a repository server.
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
This package provides API for administrative managing Subversion repositories on a local machine.
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.
-
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.cli
Methods in org.tmatesoft.svn.cli that return ISVNAuthenticationManagerModifier and TypeMethodDescriptionprotected abstract ISVNAuthenticationManager
AbstractSVNCommandEnvironment.createClientAuthenticationManager()
-
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.cli.svn
Methods in org.tmatesoft.svn.cli.svn that return ISVNAuthenticationManagerModifier and TypeMethodDescriptionprotected ISVNAuthenticationManager
SVNCommandEnvironment.createClientAuthenticationManager()
-
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.cli.svnadmin
Methods in org.tmatesoft.svn.cli.svnadmin that return ISVNAuthenticationManagerModifier and TypeMethodDescriptionprotected ISVNAuthenticationManager
SVNAdminCommandEnvironment.createClientAuthenticationManager()
-
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.cli.svndumpfilter
Methods in org.tmatesoft.svn.cli.svndumpfilter that return ISVNAuthenticationManagerModifier and TypeMethodDescriptionprotected ISVNAuthenticationManager
SVNDumpFilterCommandEnvironment.createClientAuthenticationManager()
-
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.cli.svnlook
Methods in org.tmatesoft.svn.cli.svnlook that return ISVNAuthenticationManagerModifier and TypeMethodDescriptionprotected ISVNAuthenticationManager
SVNLookCommandEnvironment.createClientAuthenticationManager()
-
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.cli.svnsync
Methods in org.tmatesoft.svn.cli.svnsync that return ISVNAuthenticationManagerModifier and TypeMethodDescriptionprotected ISVNAuthenticationManager
SVNSyncCommandEnvironment.createClientAuthenticationManager()
-
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.cli.svnversion
Methods in org.tmatesoft.svn.cli.svnversion that return ISVNAuthenticationManagerModifier and TypeMethodDescriptionprotected ISVNAuthenticationManager
SVNVersionCommandEnvironment.createClientAuthenticationManager()
-
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.core.auth
Subinterfaces of ISVNAuthenticationManager in org.tmatesoft.svn.core.authClasses in org.tmatesoft.svn.core.auth that implement ISVNAuthenticationManagerModifier 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 with parameters of type ISVNAuthenticationManagerModifier and TypeMethodDescriptionstatic 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 -
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.core.internal.io.dav
Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type ISVNAuthenticationManagerModifier and TypeMethodDescriptionvoid
DAVRepository.setAuthenticationManager
(ISVNAuthenticationManager authManager) -
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.core.internal.io.dav.http
Fields in org.tmatesoft.svn.core.internal.io.dav.http declared as ISVNAuthenticationManagerModifier and TypeFieldDescriptionprivate final ISVNAuthenticationManager
HTTPSSLKeyManager.authenticationManager
Methods in org.tmatesoft.svn.core.internal.io.dav.http with parameters of type ISVNAuthenticationManagerModifier and TypeMethodDescriptionstatic 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) Constructors in org.tmatesoft.svn.core.internal.io.dav.http with parameters of type ISVNAuthenticationManagerModifierConstructorDescriptionHTTPSSLKeyManager
(ISVNAuthenticationManager authenticationManager, java.lang.String realm, SVNURL url) -
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.core.internal.io.svn.sasl
Fields in org.tmatesoft.svn.core.internal.io.svn.sasl declared as ISVNAuthenticationManagerModifier and TypeFieldDescriptionprivate ISVNAuthenticationManager
SVNSaslAuthenticator.myAuthenticationManager
-
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.core.internal.wc
Classes in org.tmatesoft.svn.core.internal.wc that implement ISVNAuthenticationManagerConstructors in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNAuthenticationManagerModifierConstructorDescriptionprotected
SVNCopyDriver
(ISVNAuthenticationManager authManager, ISVNOptions options) SVNMergeDriver
(ISVNAuthenticationManager authManager, ISVNOptions options) -
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.core.internal.wc16
Constructors in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNAuthenticationManagerModifierConstructorDescriptionSVNBasicDelegate
(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. -
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.core.internal.wc17
Constructors in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNAuthenticationManagerModifierConstructorDescriptionSVNLogClient17
(ISVNAuthenticationManager authManager, ISVNOptions options) Constructs and initializes an SVNLogClient object with the specified run-time configuration and authentication drivers. -
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.core.io
Fields in org.tmatesoft.svn.core.io declared as ISVNAuthenticationManagerMethods in org.tmatesoft.svn.core.io that return ISVNAuthenticationManagerModifier and TypeMethodDescriptionSVNRepository.getAuthenticationManager()
Returns the authentication driver registered for this object.Methods in org.tmatesoft.svn.core.io with parameters of type ISVNAuthenticationManagerModifier and TypeMethodDescriptionvoid
SVNRepository.setAuthenticationManager
(ISVNAuthenticationManager authManager) Sets an authentication driver for this object. -
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.core.javahl
Fields in org.tmatesoft.svn.core.javahl declared as ISVNAuthenticationManagerModifier and TypeFieldDescriptionprivate ISVNAuthenticationManager
SVNClientImpl.myAuthenticationManager
-
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.core.javahl17
Fields in org.tmatesoft.svn.core.javahl17 declared as ISVNAuthenticationManagerModifier and TypeFieldDescriptionprivate ISVNAuthenticationManager
SVNClientImpl.authenticationManager
-
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as ISVNAuthenticationManagerModifier and TypeFieldDescriptionprivate ISVNAuthenticationManager
DefaultSVNRepositoryPool.myAuthManager
Methods in org.tmatesoft.svn.core.wc that return ISVNAuthenticationManagerModifier and TypeMethodDescriptionstatic 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.Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNAuthenticationManagerModifier and TypeMethodDescriptionstatic SVNClientManager
SVNClientManager.newInstance
(ISVNOptions options, ISVNAuthenticationManager authManager) Creates a new instance of this class using the providedISVNOptions
andISVNAuthenticationManager
drivers.void
DefaultSVNRepositoryPool.setAuthenticationManager
(ISVNAuthenticationManager authManager) Sets the given authentication instance to this pool and to allSVNRepository
objects stored in this pool.void
ISVNRepositoryPool.setAuthenticationManager
(ISVNAuthenticationManager authManager) Updates authentication manager instance referenced bySVNRepository
objects currently in the pool.void
SVNClientManager.setAuthenticationManager
(ISVNAuthenticationManager authManager) Sets an authentication manager to this client manager.Constructors in org.tmatesoft.svn.core.wc with parameters of type ISVNAuthenticationManagerModifierConstructorDescriptionDefaultSVNRepositoryPool
(ISVNAuthenticationManager authManager, ISVNTunnelProvider tunnelProvider) Constructs a DefaultSVNRepositoryPool instance that representsDefaultSVNRepositoryPool.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 representsDefaultSVNRepositoryPool.RUNTIME_POOL
objects pool.protected
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.private
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. -
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.core.wc.admin
Constructors in org.tmatesoft.svn.core.wc.admin with parameters of type ISVNAuthenticationManagerModifierConstructorDescriptionprotected
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. -
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as ISVNAuthenticationManagerModifier and TypeFieldDescriptionprivate ISVNAuthenticationManager
SvnOperationFactory.authenticationManager
Methods in org.tmatesoft.svn.core.wc2 that return ISVNAuthenticationManagerModifier and TypeMethodDescriptionISvnOperationOptionsProvider.getAuthenticationManager()
Gets operation's authentication manager.SvnOperation.getAuthenticationManager()
Gets operation's authentication manager, provided bySvnOperationFactory.getAuthenticationManager()
.SvnOperationFactory.getAuthenticationManager()
Gets operation's authentication manager.Methods in org.tmatesoft.svn.core.wc2 with parameters of type ISVNAuthenticationManagerModifier and TypeMethodDescriptionvoid
SvnOperationFactory.setAuthenticationManager
(ISVNAuthenticationManager authenticationManager) Sets operation's authentication manager.
SVNWCUtil.createDefaultAuthenticationManager(File, String, char[])
method.