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.javahl17 |
Modifier and Type | Class and Description |
---|---|
class |
SVNConsoleAuthenticationProvider |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
private class |
DefaultSVNAuthenticationManager.CacheAuthenticationProvider |
protected class |
DefaultSVNAuthenticationManager.DumbAuthenticationProvider |
class |
DefaultSVNPersistentAuthenticationProvider |
Modifier and Type | Field and Description |
---|---|
private ISVNAuthenticationProvider[] |
DefaultSVNAuthenticationManager.myProviders |
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSVNAuthenticationManager.setAuthenticationProvider(ISVNAuthenticationProvider provider) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
JavaHLAuthenticationProvider |