Uses of Class
com.sshtools.j2ssh.authentication.KBIPrompt
-
Packages that use KBIPrompt Package Description com.sshtools.common.authentication com.sshtools.j2ssh.authentication -
-
Uses of KBIPrompt in com.sshtools.common.authentication
Methods in com.sshtools.common.authentication with parameters of type KBIPrompt Modifier and Type Method Description void
KBIRequestHandlerDialog. showPrompts(java.lang.String name, java.lang.String instruction, KBIPrompt[] prompts)
-
Uses of KBIPrompt in com.sshtools.j2ssh.authentication
Methods in com.sshtools.j2ssh.authentication that return KBIPrompt Modifier and Type Method Description KBIPrompt[]
SshMsgUserAuthInfoRequest. getPrompts()
Methods in com.sshtools.j2ssh.authentication with parameters of type KBIPrompt Modifier and Type Method Description void
KBIRequestHandler. showPrompts(java.lang.String name, java.lang.String instruction, KBIPrompt[] prompts)
Constructors in com.sshtools.j2ssh.authentication with parameters of type KBIPrompt Constructor Description SshMsgUserAuthInfoResponse(KBIPrompt[] prompts)
Creates a new SshMsgUserAuthInfoResponse object.
-