org.apache.sshd.client
Interface UserAuth

All Known Implementing Classes:
UserAuthAgent, UserAuthPassword, UserAuthPublicKey

public interface UserAuth

TODO Add javadoc

Author:
Apache MINA SSHD Project

Nested Class Summary
static class UserAuth.Result
           
 
Method Summary
 String getUsername()
           
 UserAuth.Result next(Buffer buffer)
           
 

Method Detail

getUsername

String getUsername()

next

UserAuth.Result next(Buffer buffer)
                     throws IOException
Throws:
IOException


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