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 -
-
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 protected classDefaultSVNAuthenticationManager.DumbAuthenticationProviderclassDefaultSVNPersistentAuthenticationProviderMethods 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)
-