Package | Description |
---|---|
org.apache.sshd.client | |
org.apache.sshd.client.auth.pubkey | |
org.apache.sshd.client.session |
Modifier and Type | Method and Description |
---|---|
PublicKeyAuthenticationReporter |
ClientAuthenticationManager.getPublicKeyAuthenticationReporter() |
PublicKeyAuthenticationReporter |
SshClient.getPublicKeyAuthenticationReporter() |
Modifier and Type | Method and Description |
---|---|
void |
ClientAuthenticationManager.setPublicKeyAuthenticationReporter(PublicKeyAuthenticationReporter reporter) |
void |
SshClient.setPublicKeyAuthenticationReporter(PublicKeyAuthenticationReporter reporter) |
Modifier and Type | Method and Description |
---|---|
protected PublicKeyIdentity |
UserAuthPublicKey.resolveAttemptedPublicKeyIdentity(ClientSession session,
String service,
PublicKeyAuthenticationReporter reporter) |
Modifier and Type | Method and Description |
---|---|
PublicKeyAuthenticationReporter |
AbstractClientSession.getPublicKeyAuthenticationReporter() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractClientSession.setPublicKeyAuthenticationReporter(PublicKeyAuthenticationReporter reporter) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.