Modifier and Type | Method and Description |
---|---|
void |
PasswordAuthenticationDialog.setInstance(SshAuthenticationClient instance) |
void |
PublicKeyAuthenticationPrompt.setInstance(SshAuthenticationClient instance) |
boolean |
PasswordAuthenticationDialog.showPrompt(SshAuthenticationClient inst) |
boolean |
PublicKeyAuthenticationPrompt.showPrompt(SshAuthenticationClient inst) |
Modifier and Type | Method and Description |
---|---|
void |
SshToolsConnectionProfile.addAuthenticationMethod(SshAuthenticationClient method) |
Modifier and Type | Method and Description |
---|---|
protected int |
SshToolsApplicationClientPanel.showAuthenticationPrompt(SshAuthenticationClient instance) |
Modifier and Type | Method and Description |
---|---|
int |
SshClient.authenticate(SshAuthenticationClient auth)
Authenticate the user on the remote host.
|
Modifier and Type | Class and Description |
---|---|
class |
AgentAuthenticationClient
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.
|
Modifier and Type | Class and Description |
---|---|
class |
HostbasedAuthenticationClient |
class |
KBIAuthenticationClient |
class |
PasswordAuthenticationClient |
class |
PublicKeyAuthenticationClient |
Modifier and Type | Method and Description |
---|---|
static SshAuthenticationClient |
SshAuthenticationClientFactory.newInstance(java.lang.String methodName) |
Modifier and Type | Method and Description |
---|---|
int |
AuthenticationProtocolClient.authenticate(SshAuthenticationClient auth,
Service serviceToStart) |
boolean |
SshAuthenticationPrompt.showPrompt(SshAuthenticationClient instance) |
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.