Frames | No Frames |
Methods with parameter type com.sshtools.j2ssh.authentication.AuthenticationProtocolClient | |
boolean | AgentAuthenticationClient.acceptsKey(AuthenticationProtocolClient authentication, String username, String serviceToStart, SshPublicKey key) |
void | AgentAuthenticationClient.authenticate(AuthenticationProtocolClient authentication, String serviceToStart) |
Methods with parameter type com.sshtools.j2ssh.authentication.AuthenticationProtocolClient | |
boolean | PublicKeyAuthenticationClient.acceptsKey(AuthenticationProtocolClient authentication, String username, String serviceToStart, SshPublicKey key) |
void | HostbasedAuthenticationClient.authenticate(AuthenticationProtocolClient authentication, String serviceToStart) |
void | KBIAuthenticationClient.authenticate(AuthenticationProtocolClient authentication, String serviceToStart) |
void | PasswordAuthenticationClient.authenticate(AuthenticationProtocolClient authentication, String serviceToStart) |
void | PublicKeyAuthenticationClient.authenticate(AuthenticationProtocolClient authentication, String serviceToStart) |
void | SshAuthenticationClient.authenticate(AuthenticationProtocolClient authentication, String serviceToStart) |
Fields of type com.sshtools.j2ssh.authentication.AuthenticationProtocolClient | |
AuthenticationProtocolClient | The SSH Authentication protocol implementation for this SSH client. |