Uses of Class
com.sshtools.j2ssh.authentication.AuthenticationProtocolException

Packages that use AuthenticationProtocolException
com.sshtools.common.authentication   
com.sshtools.j2ssh.authentication   
 

Uses of AuthenticationProtocolException in com.sshtools.common.authentication
 

Methods in com.sshtools.common.authentication that throw AuthenticationProtocolException
 void PasswordAuthenticationDialog.setInstance(SshAuthenticationClient instance)
           
 void PublicKeyAuthenticationPrompt.setInstance(SshAuthenticationClient instance)
           
 boolean PasswordAuthenticationDialog.showPrompt(SshAuthenticationClient inst)
           
 boolean PublicKeyAuthenticationPrompt.showPrompt(SshAuthenticationClient inst)
           
 

Uses of AuthenticationProtocolException in com.sshtools.j2ssh.authentication
 

Methods in com.sshtools.j2ssh.authentication that throw AuthenticationProtocolException
 void SshAuthenticationClient.setAuthenticationPrompt(SshAuthenticationPrompt prompt)
           
 boolean SshAuthenticationPrompt.showPrompt(SshAuthenticationClient instance)
           
 



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