| Package | Description |
|---|---|
| org.apache.sshd.client.future | |
| org.apache.sshd.client.session |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAuthFuture
A default implementation of
AuthFuture. |
| Modifier and Type | Method and Description |
|---|---|
AuthFuture |
DefaultAuthFuture.verify(long timeoutMillis) |
| Modifier and Type | Field and Description |
|---|---|
protected AtomicReference<AuthFuture> |
ClientUserAuthService.authFutureHolder
The AuthFuture that is being used by the current auth request.
|
| Modifier and Type | Method and Description |
|---|---|
AuthFuture |
ClientSession.auth()
Starts the authentication process.
|
AuthFuture |
ClientSessionImpl.auth() |
AuthFuture |
ClientUserAuthService.auth(String service) |
protected AuthFuture |
ClientUserAuthService.createAuthFuture(ClientSession session,
String service) |
protected AuthFuture |
ClientUserAuthService.updateCurrentAuthFuture(ClientSession session,
String service) |
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.