Uses of Interface
org.apache.sshd.server.forward.X11ForwardingFilter
Packages that use X11ForwardingFilter
Package
Description
-
Uses of X11ForwardingFilter in org.apache.sshd.common
Methods in org.apache.sshd.common that return X11ForwardingFilterModifier and TypeMethodDescriptiondefault X11ForwardingFilter
FactoryManager.getX11ForwardingFilter()
-
Uses of X11ForwardingFilter in org.apache.sshd.server.config
Methods in org.apache.sshd.server.config that return X11ForwardingFilterModifier and TypeMethodDescriptionstatic X11ForwardingFilter
SshServerConfigFileReader.resolveX11ForwardingFilter
(PropertyResolver options) -
Uses of X11ForwardingFilter in org.apache.sshd.server.forward
Subinterfaces of X11ForwardingFilter in org.apache.sshd.server.forwardModifier and TypeInterfaceDescriptioninterface
Determines if a forwarding request will be permitted.Classes in org.apache.sshd.server.forward that implement X11ForwardingFilterModifier and TypeClassDescriptionclass
AForwardingFilter
that accepts all requestsclass
AForwardingFilter
that rejects all requestsclass
AForwardingFilter
implementation that returns the same "static" result for all the queries.Fields in org.apache.sshd.server.forward declared as X11ForwardingFilterMethods in org.apache.sshd.server.forward that return X11ForwardingFilterModifier and TypeMethodDescriptionstatic X11ForwardingFilter
X11ForwardingFilter.of
(boolean enabled) Methods in org.apache.sshd.server.forward with parameters of type X11ForwardingFilterModifier and TypeMethodDescriptionstatic ForwardingFilter
ForwardingFilter.asForwardingFilter
(AgentForwardingFilter agentFilter, X11ForwardingFilter x11Filter, TcpForwardingFilter tcpFilter) Wraps separate filtering policies into one - anynull
one is assumed to be disabled