|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthFuture | |
|---|---|
| org.apache.sshd | Defines the two main classes for the client and server side of SSH protocol support. |
| org.apache.sshd.client.future | |
| org.apache.sshd.client.session | |
| Uses of AuthFuture in org.apache.sshd |
|---|
| Methods in org.apache.sshd that return AuthFuture | |
|---|---|
AuthFuture |
ClientSession.authAgent(java.lang.String username)
Authenticate the session with the given username using an ssh agent. |
AuthFuture |
ClientSession.authPassword(java.lang.String username,
java.lang.String password)
Authenticate the session with the given username and password. |
AuthFuture |
ClientSession.authPublicKey(java.lang.String username,
java.security.KeyPair key)
Authenticate the session with the gien username and public key. |
| Uses of AuthFuture in org.apache.sshd.client.future |
|---|
| Classes in org.apache.sshd.client.future that implement AuthFuture | |
|---|---|
class |
DefaultAuthFuture
A default implementation of AuthFuture. |
| Uses of AuthFuture in org.apache.sshd.client.session |
|---|
| Methods in org.apache.sshd.client.session that return AuthFuture | |
|---|---|
AuthFuture |
ClientSessionImpl.authAgent(java.lang.String username)
|
AuthFuture |
ClientSessionImpl.authPassword(java.lang.String username,
java.lang.String password)
|
AuthFuture |
ClientSessionImpl.authPublicKey(java.lang.String username,
java.security.KeyPair key)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||