Uses of Interface
org.apache.sshd.client.future.AuthFuture
-
Packages that use AuthFuture Package Description org.apache.sshd.client.future org.apache.sshd.client.session -
-
Uses of AuthFuture in org.apache.sshd.client.future
Classes in org.apache.sshd.client.future that implement AuthFuture Modifier and Type Class Description classDefaultAuthFutureA default implementation ofAuthFuture.Methods in org.apache.sshd.client.future that return AuthFuture Modifier and Type Method Description AuthFutureDefaultAuthFuture. verify(long timeoutMillis, CancelOption... options) -
Uses of AuthFuture in org.apache.sshd.client.session
Fields in org.apache.sshd.client.session with type parameters of type AuthFuture Modifier and Type Field Description protected AtomicReference<AuthFuture>ClientUserAuthService. authFutureHolderThe AuthFuture that is being used by the current auth request.Methods in org.apache.sshd.client.session that return AuthFuture Modifier and Type Method Description AuthFutureClientSession. auth()Starts the authentication process.AuthFutureClientSessionImpl. auth()AuthFutureClientUserAuthService. auth(String service)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 AuthFuture Modifier and Type Method Description protected voidClientUserAuthService. processUserAuth(int cmd, Buffer buffer, AuthFuture authFuture)Execute one step in user authentication.protected voidClientUserAuthService. tryNext(int cmd, AuthFuture authFuture)
-