Uses of Interface
com.sshtools.common.ssh.Context
Packages that use Context
Package
Description
-
Uses of Context in com.sshtools.common.auth
Classes in com.sshtools.common.auth with type parameters of type ContextModifier and TypeInterfaceDescriptioninterfaceAbstractAuthenticationProtocol<C extends Context>interfaceAuthenticationMechanismFactory<C extends Context>classDefaultAuthenticationMechanismFactory<C extends Context>classKeyboardInteractiveAuthentication<C extends Context>classPasswordAuthentication<C extends Context>Provides anAuthenticationMechanismthat enables the standard SSH password authentication.classPublicKeyAuthentication<C extends Context>Provides anAuthenticationMechanismthat enables the public key authentication. -
Uses of Context in com.sshtools.common.sftp
Methods in com.sshtools.common.sftp with parameters of type ContextModifier and TypeMethodDescriptionvoidSftpSubsystem.init(SessionChannel session, Context context) -
Uses of Context in com.sshtools.common.ssh
Classes in com.sshtools.common.ssh with type parameters of type ContextFields in com.sshtools.common.ssh declared as ContextMethods in com.sshtools.common.ssh that return ContextModifier and TypeMethodDescriptionChannel.getContext()SshConnection.getContext()Subsystem.getContext()Methods in com.sshtools.common.ssh with parameters of type ContextModifier and TypeMethodDescriptionvoidSubsystem.init(SessionChannel session, Context context) Initialize the subsystem with the current session and configuration. -
Uses of Context in com.sshtools.common.sshd
Classes in com.sshtools.common.sshd with type parameters of type ContextModifier and TypeInterfaceDescriptioninterfaceAbstractServerTransport<C extends Context>interfaceA service is a protocol that operates on top of theTransportProtocol.