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 ForwardingFilterBaseBuilder.DEFAULT_FORWARDING_FILTERprotected ForwardingFilterBaseBuilder.forwardingFilterMethods in org.apache.sshd.common that return ForwardingFilterModifier and TypeMethodDescriptionFactoryManager.getForwardingFilter()Retrieve theForwardingFilterto 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 ForwardingFilterAbstractFactoryManager.forwardingFilterMethods in org.apache.sshd.common.helpers that return ForwardingFilterMethods in org.apache.sshd.common.helpers with parameters of type ForwardingFilterModifier and TypeMethodDescriptionvoidAbstractFactoryManager.setForwardingFilter(ForwardingFilter forwardingFilter) -
Uses of ForwardingFilter in org.apache.sshd.server.config
Methods in org.apache.sshd.server.config that return ForwardingFilterModifier and TypeMethodDescriptionstatic ForwardingFilterSshServerConfigFileReader.resolveServerForwarding(PropertyResolver options) -
Uses of ForwardingFilter in org.apache.sshd.server.forward
Classes in org.apache.sshd.server.forward that implement ForwardingFilterModifier and TypeClassDescriptionclassAForwardingFilterthat accepts all requestsclassAForwardingFilterthat rejects all requestsclassAForwardingFilterimplementation that returns the same "static" result for all the queries.Methods in org.apache.sshd.server.forward that return ForwardingFilterModifier and TypeMethodDescriptionstatic ForwardingFilterForwardingFilter.asForwardingFilter(AgentForwardingFilter agentFilter, X11ForwardingFilter x11Filter, TcpForwardingFilter tcpFilter) Wraps separate filtering policies into one - anynullone is assumed to be disabled