Uses of Interface
com.sshtools.common.sshd.AbstractServerTransport
Packages that use AbstractServerTransport
-
Uses of AbstractServerTransport in com.sshtools.common.auth
Methods in com.sshtools.common.auth with parameters of type AbstractServerTransportModifier and TypeMethodDescriptionAuthenticationMechanismFactory.createInstance(String name, AbstractServerTransport<C> transport, AbstractAuthenticationProtocol<C> authentication, SshConnection con) DefaultAuthenticationMechanismFactory.createInstance(String name, AbstractServerTransport<C> transport, AbstractAuthenticationProtocol<C> authentication, SshConnection con) Constructors in com.sshtools.common.auth with parameters of type AbstractServerTransportModifierConstructorDescriptionKeyboardInteractiveAuthentication(AbstractServerTransport<C> transport, AbstractAuthenticationProtocol<C> authentication, SshConnection con, KeyboardInteractiveAuthenticationProvider[] providers) PasswordAuthentication(AbstractServerTransport<C> transport, AbstractAuthenticationProtocol<C> authentication, SshConnection con, PasswordAuthenticationProvider[] providers) PublicKeyAuthentication(AbstractServerTransport<C> transport, AbstractAuthenticationProtocol<C> authentication, SshConnection con, PublicKeyAuthenticationProvider[] providers) -
Uses of AbstractServerTransport in com.sshtools.common.sshd
Methods in com.sshtools.common.sshd with parameters of type AbstractServerTransportModifier and TypeMethodDescriptionvoidService.init(AbstractServerTransport<C> transport) Initialize the service.