Modifier and Type | Method and Description |
---|---|
void |
UserAuth.init(ClientSession session,
String service,
List<Object> identities) |
boolean |
ServerKeyVerifier.verifyServerKey(ClientSession sshClientSession,
SocketAddress remoteAddress,
PublicKey serverKey)
Verify that the server key provided is really the one of the host.
|
Modifier and Type | Method and Description |
---|---|
void |
UserAuthKeyboardInteractive.init(ClientSession session,
String service,
List<Object> identities) |
void |
UserAuthPublicKey.init(ClientSession session,
String service,
List<Object> identities) |
void |
UserAuthPassword.init(ClientSession session,
String service,
List<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 |
AcceptAllServerKeyVerifier.verifyServerKey(ClientSession sshClientSession,
SocketAddress remoteAddress,
PublicKey serverKey) |
boolean |
DelegatingServerKeyVerifier.verifyServerKey(ClientSession sshClientSession,
SocketAddress remoteAddress,
PublicKey serverKey) |
boolean |
RequiredServerKeyVerifier.verifyServerKey(ClientSession sshClientSession,
SocketAddress remoteAddress,
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–2015 The Apache Software Foundation. All rights reserved.