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 classSVNConsoleAuthenticationProvider -
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 voidBasicAuthenticationManager. setAuthenticationProvider(ISVNAuthenticationProvider provider)Does nothing.voidISVNAuthenticationManager. 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 classDefaultSVNAuthenticationManager.CacheAuthenticationProviderprotected classDefaultSVNAuthenticationManager.DumbAuthenticationProviderclassDefaultSVNPersistentAuthenticationProviderFields in org.tmatesoft.svn.core.internal.wc declared as ISVNAuthenticationProvider Modifier and Type Field Description private ISVNAuthenticationProvider[]DefaultSVNAuthenticationManager. myProvidersMethods in org.tmatesoft.svn.core.internal.wc that return ISVNAuthenticationProvider Modifier and Type Method Description protected ISVNAuthenticationProviderDefaultSVNAuthenticationManager. createCacheAuthenticationProvider(java.io.File authDir, java.lang.String userName)protected ISVNAuthenticationProviderDefaultSVNAuthenticationManager. createDefaultAuthenticationProvider(java.lang.String userName, char[] password, java.io.File privateKey, char[] passphrase, boolean allowSave)protected ISVNAuthenticationProviderDefaultSVNAuthenticationManager. createRuntimeAuthenticationProvider()protected ISVNAuthenticationProviderDefaultSVNAuthenticationManager. getAuthenticationProvider()Methods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNAuthenticationProvider Modifier and Type Method Description voidDefaultSVNAuthenticationManager. 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) classJavaHLAuthenticationProvider -
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) classJavaHLAuthenticationProvider
-