org.apache.sshd.client.auth
Class UserAuthPublicKey
java.lang.Object
org.apache.sshd.client.auth.UserAuthPublicKey
- All Implemented Interfaces:
- UserAuth
public class UserAuthPublicKey
- extends Object
- implements UserAuth
TODO Add javadoc
- Author:
- Apache MINA SSHD Project
Field Summary |
protected org.slf4j.Logger |
log
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected final org.slf4j.Logger log
UserAuthPublicKey
public UserAuthPublicKey(ClientSessionImpl session,
String username,
KeyPair key)
throws IOException
- Throws:
IOException
getUsername
public String getUsername()
- Specified by:
getUsername
in interface UserAuth
next
public UserAuth.Result next(Buffer buffer)
throws IOException
- Specified by:
next
in interface UserAuth
- Throws:
IOException
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.