Uses of Interface
org.apache.subversion.javahl.callback.UserPasswordCallback
Packages that use UserPasswordCallback
-
Uses of UserPasswordCallback in org.apache.subversion.javahl
Methods in org.apache.subversion.javahl with parameters of type UserPasswordCallbackModifier and TypeMethodDescriptionvoid
ISVNClient.setPrompt
(UserPasswordCallback prompt) Register callback interface to supply username and password on demand.void
SVNClient.setPrompt
(UserPasswordCallback prompt) -
Uses of UserPasswordCallback in org.tmatesoft.svn.core.javahl17
Subinterfaces of UserPasswordCallback in org.tmatesoft.svn.core.javahl17Modifier and TypeInterfaceDescriptioninterface
interface
Fields in org.tmatesoft.svn.core.javahl17 declared as UserPasswordCallbackModifier and TypeFieldDescriptionprivate UserPasswordCallback
JavaHLAuthenticationProvider.prompt
private UserPasswordCallback
SVNClientImpl.prompt
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type UserPasswordCallbackConstructors in org.tmatesoft.svn.core.javahl17 with parameters of type UserPasswordCallback