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 AuthenticationProtocolClientSshClient.authenticationThe 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 TypeMethodDescriptionbooleanAgentAuthenticationClient.acceptsKey(AuthenticationProtocolClient authentication, String username, String serviceToStart, SshPublicKey key) voidAgentAuthenticationClient.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 TypeMethodDescriptionbooleanPublicKeyAuthenticationClient.acceptsKey(AuthenticationProtocolClient authentication, String username, String serviceToStart, SshPublicKey key) voidHostbasedAuthenticationClient.authenticate(AuthenticationProtocolClient authentication, String serviceToStart) voidKBIAuthenticationClient.authenticate(AuthenticationProtocolClient authentication, String serviceToStart) voidPasswordAuthenticationClient.authenticate(AuthenticationProtocolClient authentication, String serviceToStart) voidPublicKeyAuthenticationClient.authenticate(AuthenticationProtocolClient authentication, String serviceToStart) abstract voidSshAuthenticationClient.authenticate(AuthenticationProtocolClient authentication, String serviceToStart)