Uses of Class
com.sshtools.j2ssh.authentication.KBIPrompt
Packages that use KBIPrompt
-
Uses of KBIPrompt in com.sshtools.common.authentication
Methods in com.sshtools.common.authentication with parameters of type KBIPromptModifier and TypeMethodDescriptionvoid
KBIRequestHandlerDialog.showPrompts
(String name, String instruction, KBIPrompt[] prompts) -
Uses of KBIPrompt in com.sshtools.j2ssh.authentication
Methods in com.sshtools.j2ssh.authentication that return KBIPromptMethods in com.sshtools.j2ssh.authentication with parameters of type KBIPromptModifier and TypeMethodDescriptionvoid
KBIRequestHandler.showPrompts
(String name, String instruction, KBIPrompt[] prompts) Constructors in com.sshtools.j2ssh.authentication with parameters of type KBIPromptModifierConstructorDescriptionSshMsgUserAuthInfoResponse
(KBIPrompt[] prompts) Creates a new SshMsgUserAuthInfoResponse object.