Package | Description |
---|---|
org.apache.sshd.client.auth |
Modifier and Type | Field and Description |
---|---|
protected ClientSessionImpl |
AbstractUserAuth.session |
Constructor and Description |
---|
AbstractUserAuth(ClientSessionImpl session,
String service,
String username) |
UserAuthAgent(ClientSessionImpl session,
String service,
String username) |
UserAuthKeyboardInteractive(ClientSessionImpl session,
String service,
String username,
String password) |
UserAuthPassword(ClientSessionImpl session,
String service,
String username,
String password) |
UserAuthPublicKey(ClientSessionImpl session,
String service,
String username,
KeyPair key) |
Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.