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 TypeInterfaceDescriptioninterfacePartial interface for receiving callbacks for authentication.interfaceThe interface for requesting authentication credentials from the user.Methods in org.tigris.subversion.javahl with parameters of type PromptUserPasswordModifier and TypeMethodDescriptionvoidSVNClient.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.javahlModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceFields in org.tmatesoft.svn.core.javahl declared as PromptUserPasswordModifier and TypeFieldDescriptionprivate PromptUserPasswordJavaHLAuthenticationProvider.myPromptprivate PromptUserPasswordSVNClientImpl.myPromptMethods in org.tmatesoft.svn.core.javahl with parameters of type PromptUserPasswordConstructors in org.tmatesoft.svn.core.javahl with parameters of type PromptUserPassword