Uses of Interface
org.tmatesoft.svn.core.auth.ISVNAuthenticationProvider
-
Packages that use ISVNAuthenticationProvider Package Description org.tmatesoft.svn.cli 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.wc 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 -
-
Uses of ISVNAuthenticationProvider in org.tmatesoft.svn.cli
Classes in org.tmatesoft.svn.cli that implement ISVNAuthenticationProvider Modifier and Type Class Description class
SVNConsoleAuthenticationProvider
-
Uses of ISVNAuthenticationProvider in org.tmatesoft.svn.core.auth
Methods in org.tmatesoft.svn.core.auth with parameters of type ISVNAuthenticationProvider Modifier and Type Method Description void
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 ISVNAuthenticationProvider Modifier and Type Class Description private class
DefaultSVNAuthenticationManager.CacheAuthenticationProvider
protected class
DefaultSVNAuthenticationManager.DumbAuthenticationProvider
class
DefaultSVNPersistentAuthenticationProvider
Fields in org.tmatesoft.svn.core.internal.wc declared as ISVNAuthenticationProvider Modifier and Type Field Description private ISVNAuthenticationProvider[]
DefaultSVNAuthenticationManager. myProviders
Methods in org.tmatesoft.svn.core.internal.wc that return ISVNAuthenticationProvider Modifier and Type Method Description protected ISVNAuthenticationProvider
DefaultSVNAuthenticationManager. createCacheAuthenticationProvider(java.io.File authDir, java.lang.String userName)
protected ISVNAuthenticationProvider
DefaultSVNAuthenticationManager. createDefaultAuthenticationProvider(java.lang.String userName, char[] password, java.io.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 ISVNAuthenticationProvider Modifier and Type Method Description void
DefaultSVNAuthenticationManager. setAuthenticationProvider(ISVNAuthenticationProvider provider)
-
Uses of ISVNAuthenticationProvider in org.tmatesoft.svn.core.javahl
Classes in org.tmatesoft.svn.core.javahl that implement ISVNAuthenticationProvider Modifier and Type Class Description (package private) class
JavaHLAuthenticationProvider
-
Uses of ISVNAuthenticationProvider in org.tmatesoft.svn.core.javahl17
Classes in org.tmatesoft.svn.core.javahl17 that implement ISVNAuthenticationProvider Modifier and Type Class Description (package private) class
JavaHLAuthenticationProvider
-