|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationProtocolClient | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
boolean |
PublicKeyAuthenticationClient.acceptsKey(AuthenticationProtocolClient authentication,
java.lang.String username,
java.lang.String serviceToStart,
SshPublicKey key)
|
void |
KBIAuthenticationClient.authenticate(AuthenticationProtocolClient authentication,
java.lang.String serviceToStart)
|
void |
PublicKeyAuthenticationClient.authenticate(AuthenticationProtocolClient authentication,
java.lang.String serviceToStart)
|
void |
PasswordAuthenticationClient.authenticate(AuthenticationProtocolClient authentication,
java.lang.String serviceToStart)
|
abstract void |
SshAuthenticationClient.authenticate(AuthenticationProtocolClient authentication,
java.lang.String serviceToStart)
|
void |
HostbasedAuthenticationClient.authenticate(AuthenticationProtocolClient authentication,
java.lang.String serviceToStart)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |