Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.javahl |
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
|
org.tmatesoft.svn.core.javahl17 |
Modifier and Type | Class and Description |
---|---|
private static class |
DefaultSVNAuthenticationManager.RuntimeStorage |
Modifier and Type | Field and Description |
---|---|
private ISVNAuthenticationStorage |
DefaultSVNAuthenticationManager.myRuntimeAuthStorage |
Modifier and Type | Method and Description |
---|---|
protected ISVNAuthenticationStorage |
DefaultSVNAuthenticationManager.getRuntimeAuthStorage() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSVNAuthenticationManager.setRuntimeStorage(ISVNAuthenticationStorage storage)
Sets a specific runtime authentication storage manager.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaHLAuthenticationStorage |
Modifier and Type | Field and Description |
---|---|
private ISVNAuthenticationStorage |
SVNClientImpl.myAuthStorage |
private static ISVNAuthenticationStorage |
SVNClientImpl.ourAuthStorage |
Modifier and Type | Method and Description |
---|---|
ISVNAuthenticationStorage |
SVNClientImpl.getClientCredentialsStorage() |
static ISVNAuthenticationStorage |
SVNClientImpl.getRuntimeCredentialsStorage() |
Modifier and Type | Method and Description |
---|---|
void |
SVNClientImpl.setClientCredentialsStorage(ISVNAuthenticationStorage storage) |
static void |
SVNClientImpl.setRuntimeCredentialsStorage(ISVNAuthenticationStorage storage) |
Modifier and Type | Field and Description |
---|---|
private ISVNAuthenticationStorage |
SVNClientImpl.authenticationStorage |
private static ISVNAuthenticationStorage |
SVNClientImpl.runtimeAuthenticationStorage |
Modifier and Type | Method and Description |
---|---|
ISVNAuthenticationStorage |
SVNClientImpl.getClientCredentialsStorage() |
static ISVNAuthenticationStorage |
SVNClientImpl.getRuntimeCredentialsStorage() |
Modifier and Type | Method and Description |
---|---|
void |
SVNClientImpl.setClientCredentialsStorage(ISVNAuthenticationStorage storage) |
static void |
SVNClientImpl.setRuntimeCredentialsStorage(ISVNAuthenticationStorage storage) |