Package | Description |
---|---|
org.apache.sshd.common | |
org.apache.sshd.server.config | |
org.apache.sshd.server.forward |
Modifier and Type | Method and Description |
---|---|
default TcpForwardingFilter |
FactoryManager.getTcpForwardingFilter() |
Modifier and Type | Class and Description |
---|---|
class |
AllowTcpForwardingValue |
Modifier and Type | Method and Description |
---|---|
static TcpForwardingFilter |
SshServerConfigFileReader.resolveTcpForwardingFilter(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 TcpForwardingFilter |
TcpForwardingFilter.DEFAULT |
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.