| Package | Description |
|---|---|
| org.apache.sshd.common | |
| org.apache.sshd.server.config | |
| org.apache.sshd.server.forward |
| Modifier and Type | Method and Description |
|---|---|
default X11ForwardingFilter |
FactoryManager.getX11ForwardingFilter() |
| Modifier and Type | Method and Description |
|---|---|
static X11ForwardingFilter |
SshServerConfigFileReader.resolveX11ForwardingFilter(PropertyResolver options) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ForwardingFilter
Determines if a forwarding request will be permitted.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AcceptAllForwardingFilter
A
ForwardingFilter that accepts all requests |
class |
RejectAllForwardingFilter
A
ForwardingFilter that rejects all requests |
class |
StaticDecisionForwardingFilter
A
ForwardingFilter implementation that returns the same "static"
result for all the queries. |
| Modifier and Type | Field and Description |
|---|---|
static X11ForwardingFilter |
X11ForwardingFilter.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static X11ForwardingFilter |
X11ForwardingFilter.of(boolean enabled) |
| Modifier and Type | Method and Description |
|---|---|
static ForwardingFilter |
ForwardingFilter.asForwardingFilter(AgentForwardingFilter agentFilter,
X11ForwardingFilter x11Filter,
TcpForwardingFilter tcpFilter)
Wraps separate filtering policies into one - any
null one is assumed to be disabled |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.