Uses of Interface
com.sshtools.j2ssh.authentication.SshAuthenticationPrompt
-
Packages that use SshAuthenticationPrompt Package Description com.sshtools.common.authentication com.sshtools.j2ssh.authentication -
-
Uses of SshAuthenticationPrompt in com.sshtools.common.authentication
Classes in com.sshtools.common.authentication that implement SshAuthenticationPrompt Modifier and Type Class Description classPasswordAuthenticationDialogclassPublicKeyAuthenticationPrompt -
Uses of SshAuthenticationPrompt in com.sshtools.j2ssh.authentication
Methods in com.sshtools.j2ssh.authentication that return SshAuthenticationPrompt Modifier and Type Method Description SshAuthenticationPromptSshAuthenticationClient. getAuthenticationPrompt()Methods in com.sshtools.j2ssh.authentication with parameters of type SshAuthenticationPrompt Modifier and Type Method Description voidSshAuthenticationClient. setAuthenticationPrompt(SshAuthenticationPrompt prompt)
-