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 TypeMethodDescriptionvoidPasswordAuthenticationDialog.setInstance(SshAuthenticationClient instance) voidPublicKeyAuthenticationPrompt.setInstance(SshAuthenticationClient instance) booleanPasswordAuthenticationDialog.showPrompt(SshAuthenticationClient inst) booleanPublicKeyAuthenticationPrompt.showPrompt(SshAuthenticationClient inst) -
Uses of SshAuthenticationClient in com.sshtools.common.configuration
Methods in com.sshtools.common.configuration with parameters of type SshAuthenticationClientModifier and TypeMethodDescriptionvoidSshToolsConnectionProfile.addAuthenticationMethod(SshAuthenticationClient method) -
Uses of SshAuthenticationClient in com.sshtools.common.ui
Methods in com.sshtools.common.ui with parameters of type SshAuthenticationClientModifier and TypeMethodDescriptionprotected intSshToolsApplicationClientPanel.showAuthenticationPrompt(SshAuthenticationClient instance) -
Uses of SshAuthenticationClient in com.sshtools.j2ssh
Methods in com.sshtools.j2ssh with parameters of type SshAuthenticationClientModifier and TypeMethodDescriptionintSshClient.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 TypeClassDescriptionclassProvides 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 TypeClassDescriptionclassclassclassclassMethods in com.sshtools.j2ssh.authentication that return SshAuthenticationClientModifier and TypeMethodDescriptionstatic SshAuthenticationClientSshAuthenticationClientFactory.newInstance(String methodName) Methods in com.sshtools.j2ssh.authentication with parameters of type SshAuthenticationClientModifier and TypeMethodDescriptionintAuthenticationProtocolClient.authenticate(SshAuthenticationClient auth, Service serviceToStart) booleanSshAuthenticationPrompt.showPrompt(SshAuthenticationClient instance)