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 interfacePromptUserPassword2Partial interface for receiving callbacks for authentication.interfacePromptUserPassword3The interface for requesting authentication credentials from the user.Methods in org.tigris.subversion.javahl with parameters of type PromptUserPassword Modifier and Type Method Description voidSVNClient. setPrompt(PromptUserPassword prompt)voidSVNClientInterface. setPrompt(PromptUserPassword prompt)Register callback interface to supply username and password on demand.voidSVNClientSynchronized. 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 interfacePromptUserPassword4interfacePromptUserPasswordSSHinterfacePromptUserPasswordSSLinterfacePromptUserPasswordUserFields in org.tmatesoft.svn.core.javahl declared as PromptUserPassword Modifier and Type Field Description private PromptUserPasswordJavaHLAuthenticationProvider. myPromptprivate PromptUserPasswordSVNClientImpl. myPromptMethods in org.tmatesoft.svn.core.javahl with parameters of type PromptUserPassword Modifier and Type Method Description voidSVNClientImpl. setPrompt(PromptUserPassword prompt)Constructors in org.tmatesoft.svn.core.javahl with parameters of type PromptUserPassword Constructor Description JavaHLAuthenticationProvider(PromptUserPassword prompt)
-