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 ISVNAuthenticationManagerAbstractSVNCommandEnvironment.createClientAuthenticationManager() -
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.cli.svn
Methods in org.tmatesoft.svn.cli.svn that return ISVNAuthenticationManagerModifier and TypeMethodDescriptionprotected ISVNAuthenticationManagerSVNCommandEnvironment.createClientAuthenticationManager() -
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.cli.svnadmin
Methods in org.tmatesoft.svn.cli.svnadmin that return ISVNAuthenticationManagerModifier and TypeMethodDescriptionprotected ISVNAuthenticationManagerSVNAdminCommandEnvironment.createClientAuthenticationManager() -
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.cli.svndumpfilter
Methods in org.tmatesoft.svn.cli.svndumpfilter that return ISVNAuthenticationManagerModifier and TypeMethodDescriptionprotected ISVNAuthenticationManagerSVNDumpFilterCommandEnvironment.createClientAuthenticationManager() -
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.cli.svnlook
Methods in org.tmatesoft.svn.cli.svnlook that return ISVNAuthenticationManagerModifier and TypeMethodDescriptionprotected ISVNAuthenticationManagerSVNLookCommandEnvironment.createClientAuthenticationManager() -
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.cli.svnsync
Methods in org.tmatesoft.svn.cli.svnsync that return ISVNAuthenticationManagerModifier and TypeMethodDescriptionprotected ISVNAuthenticationManagerSVNSyncCommandEnvironment.createClientAuthenticationManager() -
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.cli.svnversion
Methods in org.tmatesoft.svn.cli.svnversion that return ISVNAuthenticationManagerModifier and TypeMethodDescriptionprotected ISVNAuthenticationManagerSVNVersionCommandEnvironment.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 TypeClassDescriptionclassThe 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 voidBasicAuthenticationManager.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 TypeMethodDescriptionvoidDAVRepository.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 ISVNAuthenticationManagerHTTPSSLKeyManager.authenticationManagerMethods in org.tmatesoft.svn.core.internal.io.dav.http with parameters of type ISVNAuthenticationManagerModifier and TypeMethodDescriptionstatic HTTPAuthenticationHTTPAuthentication.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 ISVNAuthenticationManagerSVNSaslAuthenticator.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 ISVNAuthenticationManagerModifierConstructorDescriptionprotectedSVNCopyDriver(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 TypeMethodDescriptionvoidSVNRepository.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 ISVNAuthenticationManagerSVNClientImpl.myAuthenticationManager -
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.core.javahl17
Fields in org.tmatesoft.svn.core.javahl17 declared as ISVNAuthenticationManagerModifier and TypeFieldDescriptionprivate ISVNAuthenticationManagerSVNClientImpl.authenticationManager -
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as ISVNAuthenticationManagerModifier and TypeFieldDescriptionprivate ISVNAuthenticationManagerDefaultSVNRepositoryPool.myAuthManagerMethods in org.tmatesoft.svn.core.wc that return ISVNAuthenticationManagerModifier and TypeMethodDescriptionstatic ISVNAuthenticationManagerSVNWCUtil.createDefaultAuthenticationManager()Creates a default authentication manager that uses the default SVN's servers configuration and authentication storage.static ISVNAuthenticationManagerSVNWCUtil.createDefaultAuthenticationManager(java.io.File configDir) Creates a default authentication manager that uses the servers configuration and authentication storage located in the provided directory.static ISVNAuthenticationManagerSVNWCUtil.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 ISVNAuthenticationManagerSVNWCUtil.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 ISVNAuthenticationManagerSVNWCUtil.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 ISVNAuthenticationManagerSVNWCUtil.createDefaultAuthenticationManager(java.io.File configDir, java.lang.String userName, java.lang.String password) Deprecated.static ISVNAuthenticationManagerSVNWCUtil.createDefaultAuthenticationManager(java.io.File configDir, java.lang.String userName, java.lang.String password, boolean storeAuth) Deprecated.static ISVNAuthenticationManagerSVNWCUtil.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 ISVNAuthenticationManagerSVNWCUtil.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 ISVNAuthenticationManagerSVNWCUtil.createDefaultAuthenticationManager(java.lang.String userName, java.lang.String password) Deprecated.Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNAuthenticationManagerModifier and TypeMethodDescriptionstatic SVNClientManagerSVNClientManager.newInstance(ISVNOptions options, ISVNAuthenticationManager authManager) Creates a new instance of this class using the providedISVNOptionsandISVNAuthenticationManagerdrivers.voidDefaultSVNRepositoryPool.setAuthenticationManager(ISVNAuthenticationManager authManager) Sets the given authentication instance to this pool and to allSVNRepositoryobjects stored in this pool.voidISVNRepositoryPool.setAuthenticationManager(ISVNAuthenticationManager authManager) Updates authentication manager instance referenced bySVNRepositoryobjects currently in the pool.voidSVNClientManager.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_POOLobjects 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_POOLobjects pool.protectedSVNBasicClient(ISVNAuthenticationManager authManager, ISVNOptions options) SVNChangelistClient(ISVNAuthenticationManager authManager, ISVNOptions options) Constructs and initializes an SVNChangelistClient object with the specified run-time configuration and authentication drivers.privateSVNClientManager(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 ISVNAuthenticationManagerModifierConstructorDescriptionprotectedSVNAdminBasicClient(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 ISVNAuthenticationManagerSvnOperationFactory.authenticationManagerMethods 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 TypeMethodDescriptionvoidSvnOperationFactory.setAuthenticationManager(ISVNAuthenticationManager authenticationManager) Sets operation's authentication manager.
SVNWCUtil.createDefaultAuthenticationManager(File, String, char[])method.