org.apache.sshd.client.auth
Class UserAuthPublicKey

java.lang.Object
  extended by org.apache.sshd.client.auth.UserAuthPublicKey
All Implemented Interfaces:
UserAuth

public class UserAuthPublicKey
extends java.lang.Object
implements UserAuth

TODO Add javadoc

Author:
Apache MINA SSHD Project

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.sshd.client.UserAuth
UserAuth.Result
 
Field Summary
protected  org.slf4j.Logger log
           
 
Constructor Summary
UserAuthPublicKey(ClientSessionImpl session, java.lang.String username, java.security.KeyPair key)
           
 
Method Summary
 java.lang.String getUsername()
           
 UserAuth.Result next(Buffer buffer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected final org.slf4j.Logger log
Constructor Detail

UserAuthPublicKey

public UserAuthPublicKey(ClientSessionImpl session,
                         java.lang.String username,
                         java.security.KeyPair key)
Method Detail

getUsername

public java.lang.String getUsername()
Specified by:
getUsername in interface UserAuth

next

public UserAuth.Result next(Buffer buffer)
                     throws java.io.IOException
Specified by:
next in interface UserAuth
Throws:
java.io.IOException


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