Uses of Interface
org.apache.sshd.client.future.AuthFuture
Packages that use AuthFuture
-
Uses of AuthFuture in org.apache.sshd.client.future
Classes in org.apache.sshd.client.future that implement AuthFutureMethods in org.apache.sshd.client.future that return AuthFutureModifier and TypeMethodDescriptionDefaultAuthFuture.verify
(long timeoutMillis, CancelOption... options) -
Uses of AuthFuture in org.apache.sshd.client.session
Fields in org.apache.sshd.client.session declared as AuthFutureModifier and TypeFieldDescriptionprivate AuthFuture
ClientSessionImpl.authFuture
The authentication future created by the last call toClientSessionImpl.auth()
;null
before the first call toClientSessionImpl.auth()
.Fields in org.apache.sshd.client.session with type parameters of type AuthFutureModifier and TypeFieldDescriptionprotected final AtomicReference
<AuthFuture> ClientUserAuthService.authFutureHolder
The AuthFuture that is being used by the current auth request.Methods in org.apache.sshd.client.session that return AuthFutureModifier and TypeMethodDescriptionClientSession.auth()
Starts the authentication process.ClientSessionImpl.auth()
protected AuthFuture
ClientUserAuthService.createAuthFuture
(ClientSession session, String service) protected AuthFuture
ClientUserAuthService.updateCurrentAuthFuture
(ClientSession session, String service) Methods in org.apache.sshd.client.session with parameters of type AuthFutureModifier and TypeMethodDescriptionprotected void
ClientUserAuthService.processUserAuth
(int cmd, Buffer buffer, AuthFuture authFuture) Execute one step in user authentication.protected void
ClientUserAuthService.tryNext
(int cmd, AuthFuture authFuture)