Uses of Interface
org.tigris.subversion.javahl.PromptUserPassword
Packages that use PromptUserPassword
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
-
Uses of PromptUserPassword in org.tigris.subversion.javahl
Subinterfaces of PromptUserPassword in org.tigris.subversion.javahlModifier and TypeInterfaceDescriptioninterface
Partial interface for receiving callbacks for authentication.interface
The interface for requesting authentication credentials from the user.Methods in org.tigris.subversion.javahl with parameters of type PromptUserPasswordModifier and TypeMethodDescriptionvoid
SVNClient.setPrompt
(PromptUserPassword prompt) void
SVNClientInterface.setPrompt
(PromptUserPassword prompt) Register callback interface to supply username and password on demand.void
SVNClientSynchronized.setPrompt
(PromptUserPassword prompt) -
Uses of PromptUserPassword in org.tmatesoft.svn.core.javahl
Subinterfaces of PromptUserPassword in org.tmatesoft.svn.core.javahlModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
Fields in org.tmatesoft.svn.core.javahl declared as PromptUserPasswordModifier and TypeFieldDescriptionprivate PromptUserPassword
JavaHLAuthenticationProvider.myPrompt
private PromptUserPassword
SVNClientImpl.myPrompt
Methods in org.tmatesoft.svn.core.javahl with parameters of type PromptUserPasswordConstructors in org.tmatesoft.svn.core.javahl with parameters of type PromptUserPassword