Package | Description |
---|---|
org.apache.sshd.common | |
org.apache.sshd.server.config | |
org.apache.sshd.server.forward |
Modifier and Type | Method and Description |
---|---|
default AgentForwardingFilter |
FactoryManager.getAgentForwardingFilter() |
Modifier and Type | Method and Description |
---|---|
static AgentForwardingFilter |
SshServerConfigFileReader.resolveAgentForwardingFilter(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 AgentForwardingFilter |
AgentForwardingFilter.DEFAULT |
Modifier and Type | Method and Description |
---|---|
static AgentForwardingFilter |
AgentForwardingFilter.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–2022 The Apache Software Foundation. All rights reserved.