Uses of Interface
org.tmatesoft.svn.core.auth.ISVNAuthenticationProvider
Packages that use ISVNAuthenticationProvider
Package
Description
This package contains interfaces/classes used by the library to
authenticate a user to a repository server.
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
-
Uses of ISVNAuthenticationProvider in org.tmatesoft.svn.cli
Classes in org.tmatesoft.svn.cli that implement ISVNAuthenticationProvider -
Uses of ISVNAuthenticationProvider in org.tmatesoft.svn.core.auth
Methods in org.tmatesoft.svn.core.auth with parameters of type ISVNAuthenticationProviderModifier and TypeMethodDescriptionvoid
BasicAuthenticationManager.setAuthenticationProvider
(ISVNAuthenticationProvider provider) Does nothing.void
ISVNAuthenticationManager.setAuthenticationProvider
(ISVNAuthenticationProvider provider) Sets a custom authentication provider that will provide user credentials for authentication. -
Uses of ISVNAuthenticationProvider in org.tmatesoft.svn.core.internal.wc
Classes in org.tmatesoft.svn.core.internal.wc that implement ISVNAuthenticationProviderModifier and TypeClassDescriptionprivate class
protected class
class
Fields in org.tmatesoft.svn.core.internal.wc declared as ISVNAuthenticationProviderModifier and TypeFieldDescriptionprivate ISVNAuthenticationProvider[]
DefaultSVNAuthenticationManager.myProviders
Methods in org.tmatesoft.svn.core.internal.wc that return ISVNAuthenticationProviderModifier and TypeMethodDescriptionprotected ISVNAuthenticationProvider
DefaultSVNAuthenticationManager.createCacheAuthenticationProvider
(File authDir, String userName) protected ISVNAuthenticationProvider
DefaultSVNAuthenticationManager.createDefaultAuthenticationProvider
(String userName, char[] password, File privateKey, char[] passphrase, boolean allowSave) protected ISVNAuthenticationProvider
DefaultSVNAuthenticationManager.createRuntimeAuthenticationProvider()
protected ISVNAuthenticationProvider
DefaultSVNAuthenticationManager.getAuthenticationProvider()
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNAuthenticationProviderModifier and TypeMethodDescriptionvoid
DefaultSVNAuthenticationManager.setAuthenticationProvider
(ISVNAuthenticationProvider provider) -
Uses of ISVNAuthenticationProvider in org.tmatesoft.svn.core.javahl
Classes in org.tmatesoft.svn.core.javahl that implement ISVNAuthenticationProvider -
Uses of ISVNAuthenticationProvider in org.tmatesoft.svn.core.javahl17
Classes in org.tmatesoft.svn.core.javahl17 that implement ISVNAuthenticationProvider