Uses of Interface
org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
-
Packages that use ISVNAuthenticationManager 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. -
-
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.cli
Methods in org.tmatesoft.svn.cli that return ISVNAuthenticationManager Modifier and Type Method Description protected abstract ISVNAuthenticationManager
AbstractSVNCommandEnvironment. createClientAuthenticationManager()
-
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.cli.svn
Methods in org.tmatesoft.svn.cli.svn that return ISVNAuthenticationManager Modifier and Type Method Description protected ISVNAuthenticationManager
SVNCommandEnvironment. createClientAuthenticationManager()
-
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.cli.svnadmin
Methods in org.tmatesoft.svn.cli.svnadmin that return ISVNAuthenticationManager Modifier and Type Method Description protected ISVNAuthenticationManager
SVNAdminCommandEnvironment. createClientAuthenticationManager()
-
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.cli.svndumpfilter
Methods in org.tmatesoft.svn.cli.svndumpfilter that return ISVNAuthenticationManager Modifier and Type Method Description protected ISVNAuthenticationManager
SVNDumpFilterCommandEnvironment. createClientAuthenticationManager()
-
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.cli.svnlook
Methods in org.tmatesoft.svn.cli.svnlook that return ISVNAuthenticationManager Modifier and Type Method Description protected ISVNAuthenticationManager
SVNLookCommandEnvironment. createClientAuthenticationManager()
-
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.cli.svnsync
Methods in org.tmatesoft.svn.cli.svnsync that return ISVNAuthenticationManager Modifier and Type Method Description protected ISVNAuthenticationManager
SVNSyncCommandEnvironment. createClientAuthenticationManager()
-
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.cli.svnversion
Methods in org.tmatesoft.svn.cli.svnversion that return ISVNAuthenticationManager Modifier and Type Method Description protected ISVNAuthenticationManager
SVNVersionCommandEnvironment. createClientAuthenticationManager()
-
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.core.auth
Subinterfaces of ISVNAuthenticationManager in org.tmatesoft.svn.core.auth Modifier and Type Interface Description interface
ISVNAuthenticationManagerExt
Classes in org.tmatesoft.svn.core.auth that implement ISVNAuthenticationManager Modifier and Type Class Description class
BasicAuthenticationManager
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 ISVNAuthenticationManager Modifier and Type Method 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 -
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.core.internal.io.dav
Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type ISVNAuthenticationManager Modifier and Type Method Description void
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 ISVNAuthenticationManager Modifier and Type Field Description private ISVNAuthenticationManager
HTTPSSLKeyManager. authenticationManager
Methods in org.tmatesoft.svn.core.internal.io.dav.http with parameters of type ISVNAuthenticationManager Modifier and Type Method 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)
Constructors in org.tmatesoft.svn.core.internal.io.dav.http with parameters of type ISVNAuthenticationManager Constructor Description HTTPSSLKeyManager(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 ISVNAuthenticationManager Modifier and Type Field Description private ISVNAuthenticationManager
SVNSaslAuthenticator. myAuthenticationManager
-
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.core.internal.wc
Classes in org.tmatesoft.svn.core.internal.wc that implement ISVNAuthenticationManager Modifier and Type Class Description class
DefaultSVNAuthenticationManager
Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNAuthenticationManager Constructor Description 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 ISVNAuthenticationManager Constructor 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. -
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.core.internal.wc17
Constructors in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNAuthenticationManager Constructor Description SVNLogClient17(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 ISVNAuthenticationManager Modifier and Type Field Description private ISVNAuthenticationManager
SVNRepository. myAuthManager
Methods in org.tmatesoft.svn.core.io that return ISVNAuthenticationManager Modifier and Type Method Description ISVNAuthenticationManager
SVNRepository. getAuthenticationManager()
Returns the authentication driver registered for this object.Methods in org.tmatesoft.svn.core.io with parameters of type ISVNAuthenticationManager Modifier and Type Method Description void
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 ISVNAuthenticationManager Modifier and Type Field Description private ISVNAuthenticationManager
SVNClientImpl. myAuthenticationManager
-
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.core.javahl17
Fields in org.tmatesoft.svn.core.javahl17 declared as ISVNAuthenticationManager Modifier and Type Field Description private ISVNAuthenticationManager
SVNClientImpl. authenticationManager
-
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as ISVNAuthenticationManager Modifier and Type Field Description private ISVNAuthenticationManager
DefaultSVNRepositoryPool. myAuthManager
Methods in org.tmatesoft.svn.core.wc that return ISVNAuthenticationManager Modifier and Type Method 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.Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNAuthenticationManager Modifier and Type Method Description static 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 ISVNAuthenticationManager Constructor Description DefaultSVNRepositoryPool(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.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. -
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.core.wc.admin
Constructors in org.tmatesoft.svn.core.wc.admin with parameters of type ISVNAuthenticationManager Constructor 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. -
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as ISVNAuthenticationManager Modifier and Type Field Description private ISVNAuthenticationManager
SvnOperationFactory. authenticationManager
Methods in org.tmatesoft.svn.core.wc2 that return ISVNAuthenticationManager Modifier and Type Method Description ISVNAuthenticationManager
ISvnOperationOptionsProvider. getAuthenticationManager()
Gets operation's authentication manager.ISVNAuthenticationManager
SvnOperation. getAuthenticationManager()
Gets operation's authentication manager, provided bySvnOperationFactory.getAuthenticationManager()
.ISVNAuthenticationManager
SvnOperationFactory. getAuthenticationManager()
Gets operation's authentication manager.Methods in org.tmatesoft.svn.core.wc2 with parameters of type ISVNAuthenticationManager Modifier and Type Method Description void
SvnOperationFactory. setAuthenticationManager(ISVNAuthenticationManager authenticationManager)
Sets operation's authentication manager.
-