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 ISVNAuthenticationManagerAbstractSVNCommandEnvironment. 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 ISVNAuthenticationManagerSVNCommandEnvironment. 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 ISVNAuthenticationManagerSVNAdminCommandEnvironment. 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 ISVNAuthenticationManagerSVNDumpFilterCommandEnvironment. 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 ISVNAuthenticationManagerSVNLookCommandEnvironment. 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 ISVNAuthenticationManagerSVNSyncCommandEnvironment. 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 ISVNAuthenticationManagerSVNVersionCommandEnvironment. createClientAuthenticationManager() -
Uses of ISVNAuthenticationManager in org.tmatesoft.svn.core.auth
Subinterfaces of ISVNAuthenticationManager in org.tmatesoft.svn.core.auth Modifier and Type Interface Description interfaceISVNAuthenticationManagerExtClasses in org.tmatesoft.svn.core.auth that implement ISVNAuthenticationManager Modifier and Type Class Description classBasicAuthenticationManagerThe 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 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 ISVNAuthenticationManager Modifier and Type Method Description voidDAVRepository. 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 ISVNAuthenticationManagerHTTPSSLKeyManager. authenticationManagerMethods in org.tmatesoft.svn.core.internal.io.dav.http with parameters of type ISVNAuthenticationManager Modifier and Type Method Description static 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 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 ISVNAuthenticationManagerSVNSaslAuthenticator. 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 classDefaultSVNAuthenticationManagerConstructors 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 ISVNAuthenticationManagerSVNRepository. myAuthManagerMethods in org.tmatesoft.svn.core.io that return ISVNAuthenticationManager Modifier and Type Method Description ISVNAuthenticationManagerSVNRepository. 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 voidSVNRepository. 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 ISVNAuthenticationManagerSVNClientImpl. 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 ISVNAuthenticationManagerSVNClientImpl. 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 ISVNAuthenticationManagerDefaultSVNRepositoryPool. myAuthManagerMethods in org.tmatesoft.svn.core.wc that return ISVNAuthenticationManager Modifier and Type Method Description static 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 ISVNAuthenticationManager Modifier and Type Method Description static 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 ISVNAuthenticationManager Constructor Description DefaultSVNRepositoryPool(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.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 ISVNAuthenticationManagerSvnOperationFactory. authenticationManagerMethods in org.tmatesoft.svn.core.wc2 that return ISVNAuthenticationManager Modifier and Type Method Description ISVNAuthenticationManagerISvnOperationOptionsProvider. getAuthenticationManager()Gets operation's authentication manager.ISVNAuthenticationManagerSvnOperation. getAuthenticationManager()Gets operation's authentication manager, provided bySvnOperationFactory.getAuthenticationManager().ISVNAuthenticationManagerSvnOperationFactory. getAuthenticationManager()Gets operation's authentication manager.Methods in org.tmatesoft.svn.core.wc2 with parameters of type ISVNAuthenticationManager Modifier and Type Method Description voidSvnOperationFactory. setAuthenticationManager(ISVNAuthenticationManager authenticationManager)Sets operation's authentication manager.
-