Package | Description |
---|---|
org.tigris.subversion.javahl |
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PromptUserPassword2
Partial interface for receiving callbacks for authentication.
|
interface |
PromptUserPassword3
The interface for requesting authentication credentials from the
user.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNClientInterface.setPrompt(PromptUserPassword prompt)
Register callback interface to supply username and password on demand.
|
void |
SVNClient.setPrompt(PromptUserPassword prompt) |
void |
SVNClientSynchronized.setPrompt(PromptUserPassword prompt) |
Modifier and Type | Interface and Description |
---|---|
interface |
PromptUserPassword4 |
interface |
PromptUserPasswordSSH |
interface |
PromptUserPasswordSSL |
interface |
PromptUserPasswordUser |
Modifier and Type | Field and Description |
---|---|
private PromptUserPassword |
JavaHLAuthenticationProvider.myPrompt |
private PromptUserPassword |
SVNClientImpl.myPrompt |
Modifier and Type | Method and Description |
---|---|
void |
SVNClientImpl.setPrompt(PromptUserPassword prompt) |
Constructor and Description |
---|
JavaHLAuthenticationProvider(PromptUserPassword prompt) |