Uses of Interface
org.apache.sshd.server.forward.ForwardingFilter
Packages that use ForwardingFilter
Package
Description
-
Uses of ForwardingFilter in org.apache.sshd.common
Fields in org.apache.sshd.common declared as ForwardingFilterModifier and TypeFieldDescriptionstatic final ForwardingFilter
BaseBuilder.DEFAULT_FORWARDING_FILTER
protected ForwardingFilter
BaseBuilder.forwardingFilter
Methods in org.apache.sshd.common that return ForwardingFilterModifier and TypeMethodDescriptionFactoryManager.getForwardingFilter()
Retrieve theForwardingFilter
to be used by the SSH server.Methods in org.apache.sshd.common with parameters of type ForwardingFilter -
Uses of ForwardingFilter in org.apache.sshd.common.helpers
Fields in org.apache.sshd.common.helpers declared as ForwardingFilterModifier and TypeFieldDescriptionprotected ForwardingFilter
AbstractFactoryManager.forwardingFilter
Methods in org.apache.sshd.common.helpers that return ForwardingFilterMethods in org.apache.sshd.common.helpers with parameters of type ForwardingFilterModifier and TypeMethodDescriptionvoid
AbstractFactoryManager.setForwardingFilter
(ForwardingFilter forwardingFilter) -
Uses of ForwardingFilter in org.apache.sshd.server.config
Methods in org.apache.sshd.server.config that return ForwardingFilterModifier and TypeMethodDescriptionstatic ForwardingFilter
SshServerConfigFileReader.resolveServerForwarding
(PropertyResolver options) -
Uses of ForwardingFilter in org.apache.sshd.server.forward
Classes in org.apache.sshd.server.forward that implement ForwardingFilterModifier and TypeClassDescriptionclass
AForwardingFilter
that accepts all requestsclass
AForwardingFilter
that rejects all requestsclass
AForwardingFilter
implementation that returns the same "static" result for all the queries.Methods in org.apache.sshd.server.forward that return ForwardingFilterModifier and TypeMethodDescriptionstatic ForwardingFilter
ForwardingFilter.asForwardingFilter
(AgentForwardingFilter agentFilter, X11ForwardingFilter x11Filter, TcpForwardingFilter tcpFilter) Wraps separate filtering policies into one - anynull
one is assumed to be disabled