| Package | Description |
|---|---|
| org.apache.sshd.common | |
| org.apache.sshd.common.helpers | |
| org.apache.sshd.server.config | |
| org.apache.sshd.server.forward |
| Modifier and Type | Field and Description |
|---|---|
static ForwardingFilter |
BaseBuilder.DEFAULT_FORWARDING_FILTER |
protected ForwardingFilter |
BaseBuilder.forwardingFilter |
| Modifier and Type | Method and Description |
|---|---|
ForwardingFilter |
FactoryManager.getForwardingFilter()
Retrieve the
ForwardingFilter to be used by the SSH server. |
| Modifier and Type | Method and Description |
|---|---|
S |
BaseBuilder.forwardingFilter(ForwardingFilter filter) |
| Modifier and Type | Field and Description |
|---|---|
protected ForwardingFilter |
AbstractFactoryManager.forwardingFilter |
| Modifier and Type | Method and Description |
|---|---|
ForwardingFilter |
AbstractFactoryManager.getForwardingFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFactoryManager.setForwardingFilter(ForwardingFilter forwardingFilter) |
| Modifier and Type | Method and Description |
|---|---|
static ForwardingFilter |
SshServerConfigFileReader.resolveServerForwarding(PropertyResolver options) |
| 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 | 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.