Uses of Class
com.sshtools.j2ssh.authentication.AuthenticationProtocolClient
-
Packages that use AuthenticationProtocolClient Package Description com.sshtools.j2ssh com.sshtools.j2ssh.agent com.sshtools.j2ssh.authentication -
-
Uses of AuthenticationProtocolClient in com.sshtools.j2ssh
Fields in com.sshtools.j2ssh declared as AuthenticationProtocolClient Modifier and Type Field Description protected 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 AuthenticationProtocolClient Modifier and Type Method Description boolean
AgentAuthenticationClient. acceptsKey(AuthenticationProtocolClient authentication, java.lang.String username, java.lang.String serviceToStart, SshPublicKey key)
void
AgentAuthenticationClient. authenticate(AuthenticationProtocolClient authentication, java.lang.String serviceToStart)
-
Uses of AuthenticationProtocolClient in com.sshtools.j2ssh.authentication
Methods in com.sshtools.j2ssh.authentication with parameters of type AuthenticationProtocolClient Modifier and Type Method Description boolean
PublicKeyAuthenticationClient. acceptsKey(AuthenticationProtocolClient authentication, java.lang.String username, java.lang.String serviceToStart, SshPublicKey key)
void
HostbasedAuthenticationClient. authenticate(AuthenticationProtocolClient authentication, java.lang.String serviceToStart)
void
KBIAuthenticationClient. authenticate(AuthenticationProtocolClient authentication, java.lang.String serviceToStart)
void
PasswordAuthenticationClient. authenticate(AuthenticationProtocolClient authentication, java.lang.String serviceToStart)
void
PublicKeyAuthenticationClient. authenticate(AuthenticationProtocolClient authentication, java.lang.String serviceToStart)
abstract void
SshAuthenticationClient. authenticate(AuthenticationProtocolClient authentication, java.lang.String serviceToStart)
-