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(String username)
           
 AuthFuture ClientSession.authPassword(String username, String password)
           
 AuthFuture ClientSession.authPublicKey(String username, KeyPair 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(String username)
           
 AuthFuture ClientSessionImpl.authPassword(String username, String password)
           
 AuthFuture ClientSessionImpl.authPublicKey(String username, KeyPair key)
           
 



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