Interface and Description |
---|
com.maverick.sshd.platform.FileSystem
Use AbstractFileSystem based implementations instead. Do not extend FileSystem directly
as it will be removed in the next major release. Only AbstractFile based implementations will be
supported.
|
com.maverick.sshd.platform.OperationWrapperSupport
Use SftpOperationWrapper instead.
|
Method and Description |
---|
com.maverick.nio.DaemonContext.addEventListener(EventListener) |
com.maverick.nio.DaemonContext.addEventListener(String, EventListener) |
com.maverick.events.EventServiceImplementation.addListener(String, EventListener)
keyed listener support based on thread name/prefix will be removed in the next major release.
|
com.maverick.sshd.SshContext.enableFIPSMode()
This method is out-of-date. Use JCEProvider.initializeDefaultProvider("BCFIPS") passing a FIPS approved JCE provider
in approved mode to restrict algorithms to only those supported by the approved FIPS environment.
|
com.maverick.sshd.SshContext.enableSFTPVersion4() |
com.sshtools.publickey.SshCertificateAuthority.generateCertificate(SshKeyPair, long, int, String, List<String>, int, Map<String, String>, List<String>, SshKeyPair)
This method does not handle extensions correctly. Use alternative method that takes CertificateExtension
instances for extensions and critical options.
|
com.maverick.sshd.SshContext.GenerateKeyFiles(File, String, int, int, int)
use generateKeyFiles instead.
|
com.maverick.ssh.components.jce.OpenSshCertificate.getCriticalOptions()
Process CertificateExtension values directly.
|
com.maverick.ssh.components.jce.OpenSshCertificate.getExtensions()
Process CertificateExtension values directly.
|
com.maverick.ssh.components.jce.OpenSshCertificate.getExtensionsMap()
Process CertificateExtension values directly.
|
com.maverick.sshd.SshContext.getMaximumNumberOfAsyncSFTPRequests()
This setting is redundant
|
com.maverick.sshd.SshContext.isManagedSFTPWindow() |
com.maverick.sshd.SshContext.isSFTPVersion4Enabled() |
com.maverick.nio.DaemonContext.removeEventListener(EventListener) |
com.maverick.nio.DaemonContext.removeEventListener(String) |
com.maverick.events.EventServiceImplementation.removeListener(String)
keyed listener support based on thread name/prefix will be removed in the next major release.
|
com.maverick.sshd.SshContext.setManagedSFTPWindow(boolean) |
com.maverick.sshd.SshContext.setMaximumNumberofAsyncSFTPRequests(int)
This setting is redundant
|
com.maverick.sshd.SshContext.setMinimumSFTPWindowSapce(int) |
com.maverick.ssh.components.ComponentManager.setPerContextAlgorithmPreferences(boolean)
All contexts now have a copy of the algorithm preferences and require
separate configuration. Disabling this feature will cause problems especially in the
case where client and server use the same JVM.
|
com.maverick.sshd.SshContext.setShellPolixy(ShellPolicy) |
com.maverick.ssh.components.ComponentManager.supportedDigests()
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
com.maverick.ssh.components.ComponentManager.supportedDigests(boolean)
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
com.maverick.ssh.components.ComponentManager.supportedHMacsCS()
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
com.maverick.ssh.components.ComponentManager.supportedHMacsCS(boolean)
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
com.maverick.ssh.components.ComponentManager.supportedHMacsSC()
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
com.maverick.ssh.components.ComponentManager.supportedHMacsSC(boolean)
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
com.maverick.ssh.components.ComponentManager.supportedKeyExchanges(boolean)
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
com.maverick.ssh.components.ComponentManager.supportedKeyExchanges(boolean, boolean)
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
com.maverick.ssh.components.ComponentManager.supportedPublicKeys()
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
com.maverick.ssh.components.ComponentManager.supportedPublicKeys(boolean)
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
com.maverick.ssh.components.ComponentManager.supportedSsh1CiphersCS()
SSH1 will be removed in the next major release
|
com.maverick.ssh.components.ComponentManager.supportedSsh1CiphersCS(boolean)
SSH1 will be removed in the next major release
|
com.maverick.ssh.components.ComponentManager.supportedSsh1CiphersSC()
SSH1 will be removed in the next major release
|
com.maverick.ssh.components.ComponentManager.supportedSsh1CiphersSC(boolean)
SSH1 will be removed in the next major release
|
com.maverick.ssh.components.ComponentManager.supportedSsh2CiphersCS()
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
com.maverick.ssh.components.ComponentManager.supportedSsh2CiphersCS(boolean)
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
com.maverick.ssh.components.ComponentManager.supportedSsh2CiphersSC()
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
com.maverick.ssh.components.ComponentManager.supportedSsh2CiphersSC(boolean)
Preferences should be configured on Ssh2Context or SshContext objects and not directly on the ComponentManager.
|
com.maverick.sshd.SshContext.supportedSubsystems()
No longer used. Subsystems are created by ChannelFactory
|
Constructor and Description |
---|
com.maverick.events.Event(Object, int, boolean)
Use constructor with UUID of the current connection.
|
com.maverick.events.Event(Object, int, Throwable)
Use constructor with UUID of the current connection.
|
Copyright © 2024. All rights reserved.