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

Uses in package com.sshtools.j2ssh.agent

Methods with parameter type com.sshtools.j2ssh.authentication.AuthenticationProtocolClient

boolean
AgentAuthenticationClient.acceptsKey(AuthenticationProtocolClient authentication, String username, String serviceToStart, SshPublicKey key)
void

Uses in package com.sshtools.j2ssh.authentication

Methods with parameter type com.sshtools.j2ssh.authentication.AuthenticationProtocolClient

boolean
PublicKeyAuthenticationClient.acceptsKey(AuthenticationProtocolClient authentication, String username, String serviceToStart, SshPublicKey key)
void
void
KBIAuthenticationClient.authenticate(AuthenticationProtocolClient authentication, String serviceToStart)
void
void
void
SshAuthenticationClient.authenticate(AuthenticationProtocolClient authentication, String serviceToStart)

Uses in package com.sshtools.j2ssh

Fields of type com.sshtools.j2ssh.authentication.AuthenticationProtocolClient

AuthenticationProtocolClient
The SSH Authentication protocol implementation for this SSH client.

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