Package | Description |
---|---|
com.jscape.filetransfer | |
com.jscape.inet.ssh.protocol.v2.authentication | |
com.jscape.inet.ssh.util |
Modifier and Type | Method and Description |
---|---|
ClientAuthentication |
SftpFileTransfer.getClientAuthentication() |
Modifier and Type | Method and Description |
---|---|
SftpFileTransfer |
SftpFileTransfer.setClientAuthentication(ClientAuthentication value) |
Constructor and Description |
---|
SftpFileTransfer(java.lang.String proxyType,
java.lang.String proxyHost,
int proxyPort,
java.lang.String proxyUsername,
java.lang.String proxyPassword,
java.lang.String hostname,
int port,
com.jscape.util.Time timeout,
java.lang.Integer socketTrafficClass,
java.lang.Boolean tcpNoDelay,
HostKeyVerificationService hostKeyVerifier,
java.lang.String username,
java.lang.String password,
java.security.KeyPair keyPair,
java.lang.String publicKeyAlgorithm,
ClientAuthentication clientAuthentication,
SftpConfiguration configuration,
int version,
int transferBufferSizeBytes,
boolean pipelinedTransferEnabled,
int pipelineWindowSize,
boolean uploadedFileTimestampPreservingRequired,
boolean downloadedFileTimestampPreservingRequired,
boolean checksumVerificationRequired,
java.io.File currentLocalDirectory,
java.lang.String currentRemoteDirectory,
java.util.logging.Logger logger,
java.util.Set<FileTransferListener> listeners) |
Modifier and Type | Class and Description |
---|---|
class |
com.jscape.inet.ssh.protocol.v2.authentication.AbstractClientAuthentication |
class |
com.jscape.inet.ssh.protocol.v2.authentication.AbstractKeyboardInteractiveClientAuthentication |
class |
ComponentClientAuthentication
Component SSH client authentication operation.
|
class |
KeyboardInteractiveConsoleClientAuthentication
Represents a SSH 'keyboard-interactive' authentication operation which uses a console for obtaining required authentication information.
|
class |
KeyboardInteractivePredefinedClientAuthentication
Represents a SSH 'keyboard-interactive' authentication operation which sends pre-defined responses.
|
class |
KeyboardInteractiveRegexClientAuthentication
Represents a SSH 'keyboard-interactive' authentication operation which sends pre-defined responses searching for known words in server requests.
|
class |
NoneClientAuthentication
Represents a SSH 'none' authentication operation.
|
class |
PasswordClientAuthentication
Represents a SSH 'password' authentication operation.
|
class |
PublicKeyClientAuthentication
Represents a SSH 'public-key' authentication operation.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ClientAuthentication> |
ComponentClientAuthentication.authentications()
Returns authentications.
|
Constructor and Description |
---|
ComponentClientAuthentication(ClientAuthentication... authentications)
Creates a new operation instance.
|
Constructor and Description |
---|
ComponentClientAuthentication(java.util.List<ClientAuthentication> authentications)
Creates a new operation instance.
|
Modifier and Type | Method and Description |
---|---|
ClientAuthentication |
SshParameters.getClientAuthentication()
Returns client authentication operation.
|
Modifier and Type | Method and Description |
---|---|
void |
SshParameters.setClientAuthentication(ClientAuthentication value)
Sets client authentication operation.
|
Constructor and Description |
---|
SshParameters(java.lang.String proxyType,
java.lang.String proxyHost,
int proxyPort,
java.lang.String proxyUsername,
java.lang.String proxyPassword,
java.lang.String host,
int port,
long connectionTimeout,
long readingTimeout,
java.lang.Integer socketTrafficClass,
java.lang.Boolean tcpNoDelay,
HostKeyVerificationService hostKeyVerifier,
java.lang.String username,
java.lang.String password,
java.io.File keyFile,
java.lang.String keyFilePassword,
ClientAuthentication clientAuthentication,
com.jscape.inet.ssh.protocol.v2.messages.PublicKeyAlgorithm... publicKeyAlgorithms)
Creates a new parameters instance.
|
SshParameters(java.lang.String proxyType,
java.lang.String proxyHost,
int proxyPort,
java.lang.String proxyUsername,
java.lang.String proxyPassword,
java.lang.String host,
int port,
long connectionTimeout,
long readingTimeout,
java.lang.Integer socketTrafficClass,
java.lang.Boolean tcpNoDelay,
HostKeyVerificationService hostKeyVerifier,
java.lang.String username,
java.lang.String password,
java.security.KeyPair keyPair,
ClientAuthentication clientAuthentication,
com.jscape.inet.ssh.protocol.v2.messages.PublicKeyAlgorithm... publicKeyAlgorithms)
Creates a new parameters instance.
|
Copyright © JSCAPE LLC. 1999-2023. All Rights Reserved