| Modifier and Type | Method and Description |
|---|---|
void |
UserAuth.init(ClientSession session,
java.lang.String service,
java.util.List<java.lang.Object> identities) |
boolean |
ServerKeyVerifier.verifyServerKey(ClientSession sshClientSession,
java.net.SocketAddress remoteAddress,
java.security.PublicKey serverKey)
Verify that the server key provided is really the one of the host.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserAuthPublicKey.init(ClientSession session,
java.lang.String service,
java.util.List<java.lang.Object> identities) |
void |
UserAuthPassword.init(ClientSession session,
java.lang.String service,
java.util.List<java.lang.Object> identities) |
void |
UserAuthKeyboardInteractive.init(ClientSession session,
java.lang.String service,
java.util.List<java.lang.Object> identities) |
| Modifier and Type | Method and Description |
|---|---|
ClientSession |
DefaultConnectFuture.getSession() |
ClientSession |
ConnectFuture.getSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultConnectFuture.setSession(ClientSession session) |
void |
ConnectFuture.setSession(ClientSession session)
Sets the newly connected session and notifies all threads waiting for
this future.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RequiredServerKeyVerifier.verifyServerKey(ClientSession sshClientSession,
java.net.SocketAddress remoteAddress,
java.security.PublicKey serverKey) |
boolean |
DelegatingServerKeyVerifier.verifyServerKey(ClientSession sshClientSession,
java.net.SocketAddress remoteAddress,
java.security.PublicKey serverKey) |
boolean |
AcceptAllServerKeyVerifier.verifyServerKey(ClientSession sshClientSession,
java.net.SocketAddress remoteAddress,
java.security.PublicKey serverKey) |
| Constructor and Description |
|---|
DefaultScpClient(ClientSession clientSession) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientSessionImpl
TODO Add javadoc
|
| Constructor and Description |
|---|
DefaultSftpClient(ClientSession clientSession) |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.