Uses of Interface
org.apache.sshd.server.forward.AgentForwardingFilter
Packages that use AgentForwardingFilter
Package
Description
-
Uses of AgentForwardingFilter in org.apache.sshd.common
Methods in org.apache.sshd.common that return AgentForwardingFilterModifier and TypeMethodDescriptiondefault AgentForwardingFilterFactoryManager.getAgentForwardingFilter() -
Uses of AgentForwardingFilter in org.apache.sshd.server.config
Methods in org.apache.sshd.server.config that return AgentForwardingFilterModifier and TypeMethodDescriptionstatic AgentForwardingFilterSshServerConfigFileReader.resolveAgentForwardingFilter(PropertyResolver options) -
Uses of AgentForwardingFilter in org.apache.sshd.server.forward
Subinterfaces of AgentForwardingFilter in org.apache.sshd.server.forwardModifier and TypeInterfaceDescriptioninterfaceDetermines if a forwarding request will be permitted.Classes in org.apache.sshd.server.forward that implement AgentForwardingFilterModifier and TypeClassDescriptionclassAForwardingFilterthat accepts all requestsclassAForwardingFilterthat rejects all requestsclassAForwardingFilterimplementation that returns the same "static" result for all the queries.Fields in org.apache.sshd.server.forward declared as AgentForwardingFilterModifier and TypeFieldDescriptionstatic final AgentForwardingFilterAgentForwardingFilter.DEFAULTMethods in org.apache.sshd.server.forward that return AgentForwardingFilterModifier and TypeMethodDescriptionstatic AgentForwardingFilterAgentForwardingFilter.of(boolean enabled) Methods in org.apache.sshd.server.forward with parameters of type AgentForwardingFilterModifier and TypeMethodDescriptionstatic ForwardingFilterForwardingFilter.asForwardingFilter(AgentForwardingFilter agentFilter, X11ForwardingFilter x11Filter, TcpForwardingFilter tcpFilter) Wraps separate filtering policies into one - anynullone is assumed to be disabled