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
 

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)
           
 



Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.