Uses of Class
org.apache.sshd.client.UserAuth.Result

Packages that use UserAuth.Result
org.apache.sshd.client   
org.apache.sshd.client.auth   
 

Uses of UserAuth.Result in org.apache.sshd.client
 

Methods in org.apache.sshd.client that return UserAuth.Result
 UserAuth.Result UserAuth.next(Buffer buffer)
           
static UserAuth.Result UserAuth.Result.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UserAuth.Result[] UserAuth.Result.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of UserAuth.Result in org.apache.sshd.client.auth
 

Methods in org.apache.sshd.client.auth that return UserAuth.Result
 UserAuth.Result UserAuthPassword.next(Buffer buffer)
           
 UserAuth.Result UserAuthAgent.next(Buffer buffer)
           
 UserAuth.Result UserAuthPublicKey.next(Buffer buffer)
           
 



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