Uses of Class
com.sshtools.j2ssh.authentication.AuthenticationProtocolException
-
Packages that use AuthenticationProtocolException Package Description 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 Modifier and Type Method Description voidPasswordAuthenticationDialog. setInstance(SshAuthenticationClient instance)voidPublicKeyAuthenticationPrompt. setInstance(SshAuthenticationClient instance)booleanPasswordAuthenticationDialog. showPrompt(SshAuthenticationClient inst)booleanPublicKeyAuthenticationPrompt. showPrompt(SshAuthenticationClient inst) -
Uses of AuthenticationProtocolException in com.sshtools.j2ssh.authentication
Methods in com.sshtools.j2ssh.authentication that throw AuthenticationProtocolException Modifier and Type Method Description voidSshAuthenticationClient. setAuthenticationPrompt(SshAuthenticationPrompt prompt)booleanSshAuthenticationPrompt. showPrompt(SshAuthenticationClient instance)
-