Package org.apache.sshd.server.forward
Class RejectAllForwardingFilter
- java.lang.Object
-
- org.apache.sshd.common.util.logging.AbstractLoggingBean
-
- org.apache.sshd.server.forward.StaticDecisionForwardingFilter
-
- org.apache.sshd.server.forward.RejectAllForwardingFilter
-
- All Implemented Interfaces:
AgentForwardingFilter
,ForwardingFilter
,TcpForwardingFilter
,X11ForwardingFilter
public class RejectAllForwardingFilter extends StaticDecisionForwardingFilter
AForwardingFilter
that rejects all requests
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.sshd.server.forward.TcpForwardingFilter
TcpForwardingFilter.Type
-
-
Field Summary
Fields Modifier and Type Field Description static RejectAllForwardingFilter
INSTANCE
-
Fields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
log
-
Fields inherited from interface org.apache.sshd.server.forward.AgentForwardingFilter
DEFAULT
-
Fields inherited from interface org.apache.sshd.server.forward.TcpForwardingFilter
DEFAULT
-
Fields inherited from interface org.apache.sshd.server.forward.X11ForwardingFilter
DEFAULT
-
-
Constructor Summary
Constructors Constructor Description RejectAllForwardingFilter()
-
Method Summary
-
Methods inherited from class org.apache.sshd.server.forward.StaticDecisionForwardingFilter
canConnect, canForwardAgent, canForwardX11, canListen, checkAcceptance, isAccepted
-
-
-
-
Field Detail
-
INSTANCE
public static final RejectAllForwardingFilter INSTANCE
-
-