Uses of Interface
org.tigris.subversion.javahl.PromptUserPassword
-
Packages that use PromptUserPassword 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. -
-
Uses of PromptUserPassword in org.tigris.subversion.javahl
Subinterfaces of PromptUserPassword in org.tigris.subversion.javahl Modifier and Type Interface Description interface
PromptUserPassword2
Partial interface for receiving callbacks for authentication.interface
PromptUserPassword3
The interface for requesting authentication credentials from the user.Methods in org.tigris.subversion.javahl with parameters of type PromptUserPassword Modifier and Type Method Description void
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.javahl Modifier and Type Interface Description interface
PromptUserPassword4
interface
PromptUserPasswordSSH
interface
PromptUserPasswordSSL
interface
PromptUserPasswordUser
Methods in org.tmatesoft.svn.core.javahl with parameters of type PromptUserPassword Modifier and Type Method Description void
SVNClientImpl. setPrompt(PromptUserPassword prompt)
-