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 |
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 |
---|---|
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 © 2019. All rights reserved.