Uses of Class
com.sshtools.j2ssh.authentication.AuthenticationProtocolClient
Packages that use AuthenticationProtocolClient
-
Uses of AuthenticationProtocolClient in com.sshtools.j2ssh
Fields in com.sshtools.j2ssh declared as AuthenticationProtocolClientModifier and TypeFieldDescriptionprotected AuthenticationProtocolClient
SshClient.authentication
The SSH Authentication protocol implementation for this SSH client. -
Uses of AuthenticationProtocolClient in com.sshtools.j2ssh.agent
Methods in com.sshtools.j2ssh.agent with parameters of type AuthenticationProtocolClientModifier and TypeMethodDescriptionboolean
AgentAuthenticationClient.acceptsKey
(AuthenticationProtocolClient authentication, String username, String serviceToStart, SshPublicKey key) void
AgentAuthenticationClient.authenticate
(AuthenticationProtocolClient authentication, String serviceToStart) -
Uses of AuthenticationProtocolClient in com.sshtools.j2ssh.authentication
Methods in com.sshtools.j2ssh.authentication with parameters of type AuthenticationProtocolClientModifier and TypeMethodDescriptionboolean
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) abstract void
SshAuthenticationClient.authenticate
(AuthenticationProtocolClient authentication, String serviceToStart)