Uses of Class
com.sshtools.j2ssh.authentication.SshAuthenticationClient
-
-
Uses of SshAuthenticationClient in com.sshtools.common.authentication
Methods in com.sshtools.common.authentication with parameters of type SshAuthenticationClient Modifier and Type Method Description voidPasswordAuthenticationDialog. 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 SshAuthenticationClient Modifier and Type Method Description voidSshToolsConnectionProfile. addAuthenticationMethod(SshAuthenticationClient method) -
Uses of SshAuthenticationClient in com.sshtools.common.ui
Methods in com.sshtools.common.ui with parameters of type SshAuthenticationClient Modifier and Type Method Description protected intSshToolsApplicationClientPanel. showAuthenticationPrompt(SshAuthenticationClient instance) -
Uses of SshAuthenticationClient in com.sshtools.j2ssh
Methods in com.sshtools.j2ssh with parameters of type SshAuthenticationClient Modifier and Type Method Description intSshClient. 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.agent Modifier and Type Class Description classAgentAuthenticationClientProvides 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.authentication Modifier and Type Class Description classHostbasedAuthenticationClientclassKBIAuthenticationClientclassPasswordAuthenticationClientclassPublicKeyAuthenticationClientMethods in com.sshtools.j2ssh.authentication that return SshAuthenticationClient Modifier and Type Method Description static SshAuthenticationClientSshAuthenticationClientFactory. newInstance(java.lang.String methodName)Methods in com.sshtools.j2ssh.authentication with parameters of type SshAuthenticationClient Modifier and Type Method Description intAuthenticationProtocolClient. authenticate(SshAuthenticationClient auth, Service serviceToStart)booleanSshAuthenticationPrompt. showPrompt(SshAuthenticationClient instance)
-