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 |
---|---|
private AuthFuture |
ClientSessionImpl.authFuture |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.atomic.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(java.lang.String service) |
Modifier and Type | Method and Description |
---|---|
protected void |
ClientSessionImpl.signalAuthFailure(AuthFuture future,
java.lang.Throwable t) |