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 class
PasswordAuthenticationDialog
class
PublicKeyAuthenticationPrompt
-
Uses of SshAuthenticationPrompt in com.sshtools.j2ssh.authentication
Methods in com.sshtools.j2ssh.authentication that return SshAuthenticationPrompt Modifier and Type Method Description SshAuthenticationPrompt
SshAuthenticationClient. getAuthenticationPrompt()
Methods in com.sshtools.j2ssh.authentication with parameters of type SshAuthenticationPrompt Modifier and Type Method Description void
SshAuthenticationClient. setAuthenticationPrompt(SshAuthenticationPrompt prompt)
-