Uses of Interface
org.apache.sshd.server.forward.ForwardingFilter
-
Packages that use ForwardingFilter Package Description org.apache.sshd.common org.apache.sshd.common.helpers org.apache.sshd.server.config org.apache.sshd.server.forward -
-
Uses of ForwardingFilter in org.apache.sshd.common
Fields in org.apache.sshd.common declared as ForwardingFilter Modifier and Type Field Description static ForwardingFilterBaseBuilder. DEFAULT_FORWARDING_FILTERprotected ForwardingFilterBaseBuilder. forwardingFilterMethods in org.apache.sshd.common that return ForwardingFilter Modifier and Type Method Description ForwardingFilterFactoryManager. getForwardingFilter()Retrieve theForwardingFilterto be used by the SSH server.Methods in org.apache.sshd.common with parameters of type ForwardingFilter Modifier and Type Method Description SBaseBuilder. forwardingFilter(ForwardingFilter filter) -
Uses of ForwardingFilter in org.apache.sshd.common.helpers
Fields in org.apache.sshd.common.helpers declared as ForwardingFilter Modifier and Type Field Description protected ForwardingFilterAbstractFactoryManager. forwardingFilterMethods in org.apache.sshd.common.helpers that return ForwardingFilter Modifier and Type Method Description ForwardingFilterAbstractFactoryManager. getForwardingFilter()Methods in org.apache.sshd.common.helpers with parameters of type ForwardingFilter Modifier and Type Method Description voidAbstractFactoryManager. setForwardingFilter(ForwardingFilter forwardingFilter) -
Uses of ForwardingFilter in org.apache.sshd.server.config
Methods in org.apache.sshd.server.config that return ForwardingFilter Modifier and Type Method Description static ForwardingFilterSshServerConfigFileReader. resolveServerForwarding(PropertyResolver options) -
Uses of ForwardingFilter in org.apache.sshd.server.forward
Classes in org.apache.sshd.server.forward that implement ForwardingFilter Modifier and Type Class Description classAcceptAllForwardingFilterAForwardingFilterthat accepts all requestsclassRejectAllForwardingFilterAForwardingFilterthat rejects all requestsclassStaticDecisionForwardingFilterAForwardingFilterimplementation that returns the same "static" result for all the queries.Methods in org.apache.sshd.server.forward that return ForwardingFilter Modifier and Type Method Description static ForwardingFilterForwardingFilter. asForwardingFilter(AgentForwardingFilter agentFilter, X11ForwardingFilter x11Filter, TcpForwardingFilter tcpFilter)Wraps separate filtering policies into one - anynullone is assumed to be disabled
-