Uses of Interface
org.apache.sshd.client.future.AuthFuture

Packages that use AuthFuture
org.apache.sshd Defines the two main classes for the client and server side of SSH protocol support. 
org.apache.sshd.client.future   
org.apache.sshd.client.session   
 

Uses of AuthFuture in org.apache.sshd
 

Methods in org.apache.sshd that return AuthFuture
 AuthFuture ClientSession.authAgent(java.lang.String username)
          Authenticate the session with the given username using an ssh agent.
 AuthFuture ClientSession.authPassword(java.lang.String username, java.lang.String password)
          Authenticate the session with the given username and password.
 AuthFuture ClientSession.authPublicKey(java.lang.String username, java.security.KeyPair key)
          Authenticate the session with the gien username and public key.
 

Uses of AuthFuture in org.apache.sshd.client.future
 

Classes in org.apache.sshd.client.future that implement AuthFuture
 class DefaultAuthFuture
          A default implementation of AuthFuture.
 

Uses of AuthFuture in org.apache.sshd.client.session
 

Methods in org.apache.sshd.client.session that return AuthFuture
 AuthFuture ClientSessionImpl.authAgent(java.lang.String username)
           
 AuthFuture ClientSessionImpl.authPassword(java.lang.String username, java.lang.String password)
           
 AuthFuture ClientSessionImpl.authPublicKey(java.lang.String username, java.security.KeyPair key)
           
 



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.