Uses of Class
com.sshtools.j2ssh.authentication.SshAuthenticationClient
Packages that use SshAuthenticationClient
Package
Description
-
Uses of SshAuthenticationClient in com.sshtools.common.authentication
Methods in com.sshtools.common.authentication with parameters of type SshAuthenticationClientModifier and TypeMethodDescriptionvoid
PasswordAuthenticationDialog.setInstance
(SshAuthenticationClient instance) void
PublicKeyAuthenticationPrompt.setInstance
(SshAuthenticationClient instance) boolean
PasswordAuthenticationDialog.showPrompt
(SshAuthenticationClient inst) boolean
PublicKeyAuthenticationPrompt.showPrompt
(SshAuthenticationClient inst) -
Uses of SshAuthenticationClient in com.sshtools.common.configuration
Methods in com.sshtools.common.configuration with parameters of type SshAuthenticationClientModifier and TypeMethodDescriptionvoid
SshToolsConnectionProfile.addAuthenticationMethod
(SshAuthenticationClient method) -
Uses of SshAuthenticationClient in com.sshtools.common.ui
Methods in com.sshtools.common.ui with parameters of type SshAuthenticationClientModifier and TypeMethodDescriptionprotected int
SshToolsApplicationClientPanel.showAuthenticationPrompt
(SshAuthenticationClient instance) -
Uses of SshAuthenticationClient in com.sshtools.j2ssh
Methods in com.sshtools.j2ssh with parameters of type SshAuthenticationClientModifier and TypeMethodDescriptionint
SshClient.authenticate
(SshAuthenticationClient auth) Authenticate the user on the remote host. -
Uses of SshAuthenticationClient in com.sshtools.j2ssh.agent
Subclasses of SshAuthenticationClient in com.sshtools.j2ssh.agentModifier and TypeClassDescriptionclass
Provides an application with an authentication mechanism that links to the sshtools agent; the agent stores private keys and can hash and sign data for the public key authentication request. -
Uses of SshAuthenticationClient in com.sshtools.j2ssh.authentication
Subclasses of SshAuthenticationClient in com.sshtools.j2ssh.authenticationModifier and TypeClassDescriptionclass
class
class
class
Methods in com.sshtools.j2ssh.authentication that return SshAuthenticationClientModifier and TypeMethodDescriptionstatic SshAuthenticationClient
SshAuthenticationClientFactory.newInstance
(String methodName) Methods in com.sshtools.j2ssh.authentication with parameters of type SshAuthenticationClientModifier and TypeMethodDescriptionint
AuthenticationProtocolClient.authenticate
(SshAuthenticationClient auth, Service serviceToStart) boolean
SshAuthenticationPrompt.showPrompt
(SshAuthenticationClient instance)