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
The authentication future created by the last call to
ClientSessionImpl.auth() ; null before the first call to
ClientSessionImpl.auth() . |
Modifier and Type | Field and Description |
---|---|
protected 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 |
ClientSessionImpl.auth() |
AuthFuture |
ClientSession.auth()
Starts the authentication process.
|
AuthFuture |
ClientUserAuthService.auth(java.lang.String service) |
protected AuthFuture |
ClientUserAuthService.createAuthFuture(ClientSession session,
java.lang.String service) |
protected AuthFuture |
ClientUserAuthService.updateCurrentAuthFuture(ClientSession session,
java.lang.String service) |