| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
SVNConsoleAuthenticationProvider |
| Modifier and Type | Method and Description |
|---|---|
void |
ISVNAuthenticationManager.setAuthenticationProvider(ISVNAuthenticationProvider provider)
Sets a custom authentication provider that will provide user
credentials for authentication.
|
void |
BasicAuthenticationManager.setAuthenticationProvider(ISVNAuthenticationProvider provider)
Does nothing.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
DefaultSVNAuthenticationManager.DumbAuthenticationProvider |
class |
DefaultSVNPersistentAuthenticationProvider |
| Modifier and Type | Method and Description |
|---|---|
protected ISVNAuthenticationProvider |
DefaultSVNAuthenticationManager.createCacheAuthenticationProvider(File authDir,
String userName) |
protected ISVNAuthenticationProvider |
DefaultSVNAuthenticationManager.createDefaultAuthenticationProvider(String userName,
char[] password,
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) |
Copyright © 2025. All rights reserved.