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 AuthFutureClientSessionImpl.authFutureThe authentication future created by the last call toClientSessionImpl.auth();nullbefore the first call toClientSessionImpl.auth().Fields in org.apache.sshd.client.session with type parameters of type AuthFutureModifier and TypeFieldDescriptionprotected final AtomicReference<AuthFuture> ClientUserAuthService.authFutureHolderThe 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 AuthFutureClientUserAuthService.createAuthFuture(ClientSession session, String service) protected AuthFutureClientUserAuthService.updateCurrentAuthFuture(ClientSession session, String service) Methods in org.apache.sshd.client.session with parameters of type AuthFutureModifier and TypeMethodDescriptionprotected voidClientUserAuthService.processUserAuth(int cmd, Buffer buffer, AuthFuture authFuture) Execute one step in user authentication.protected voidClientUserAuthService.tryNext(int cmd, AuthFuture authFuture)