Package org.apache.sshd.common
Class CommonModuleProperties
java.lang.Object
org.apache.sshd.common.CommonModuleProperties
Configurable properties for sshd-common.
-
Field Summary
FieldsModifier and TypeFieldDescriptionIf set totrue
thenUserAuthMethodFactory.isSecureAuthenticationTransport(SessionContext)
returnstrue
even if transport is insecure.If set totrue
thenUserAuthMethodFactory.isDataIntegrityAuthenticationTransport(SessionContext)
returnstrue
even if transport has no MAC(s) to verify message integrityTimeout (milliseconds) for waiting on aCloseFuture
to successfully complete its action.Property used to register the interval for the heartbeat - if not set or non-positive then disabledstatic final Property
<SessionHeartbeatController.HeartbeatType> Property used to register theSessionHeartbeatController.HeartbeatType
- if non-existent orNONE
then disabled. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ALLOW_INSECURE_AUTH
If set totrue
thenUserAuthMethodFactory.isSecureAuthenticationTransport(SessionContext)
returnstrue
even if transport is insecure. -
ALLOW_NON_INTEGRITY_AUTH
If set totrue
thenUserAuthMethodFactory.isDataIntegrityAuthenticationTransport(SessionContext)
returnstrue
even if transport has no MAC(s) to verify message integrity -
SESSION_HEARTBEAT_TYPE
Property used to register theSessionHeartbeatController.HeartbeatType
- if non-existent orNONE
then disabled. Same if some unknown string value is set as the property value. -
SESSION_HEARTBEAT_INTERVAL
Property used to register the interval for the heartbeat - if not set or non-positive then disabled -
HEXDUMP_CHUNK_SIZE
-
CLOSE_WAIT_TIMEOUT
Timeout (milliseconds) for waiting on aCloseFuture
to successfully complete its action.
-
-
Constructor Details
-
CommonModuleProperties
private CommonModuleProperties()
-