Uses of Interface
com.sshtools.j2ssh.authentication.SshAuthenticationPrompt

Packages that use SshAuthenticationPrompt
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
 class PasswordAuthenticationDialog
           
 class PublicKeyAuthenticationPrompt
           
 

Uses of SshAuthenticationPrompt in com.sshtools.j2ssh.authentication
 

Fields in com.sshtools.j2ssh.authentication declared as SshAuthenticationPrompt
private  SshAuthenticationPrompt SshAuthenticationClient.prompt
           
 

Methods in com.sshtools.j2ssh.authentication that return SshAuthenticationPrompt
 SshAuthenticationPrompt SshAuthenticationClient.getAuthenticationPrompt()
           
 

Methods in com.sshtools.j2ssh.authentication with parameters of type SshAuthenticationPrompt
 void SshAuthenticationClient.setAuthenticationPrompt(SshAuthenticationPrompt prompt)