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 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 protected class
DefaultSVNAuthenticationManager.DumbAuthenticationProvider
class
DefaultSVNPersistentAuthenticationProvider
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)
-