public final class CommonModuleProperties extends Object
Modifier and Type | Field and Description |
---|---|
static Property<Boolean> |
ALLOW_INSECURE_AUTH
If set to
true then
UserAuthMethodFactory.isSecureAuthenticationTransport(SessionContext) returns
true even if transport is insecure. |
static Property<Boolean> |
ALLOW_NON_INTEGRITY_AUTH
If set to
true then
UserAuthMethodFactory.isDataIntegrityAuthenticationTransport(SessionContext)
returns true even if transport has no MAC(s) to verify message integrity |
static Property<Duration> |
CLOSE_WAIT_TIMEOUT
Timeout (milliseconds) for waiting on a
CloseFuture to successfully complete its action. |
static Property<Integer> |
HEXDUMP_CHUNK_SIZE |
static Property<Duration> |
SESSION_HEARTBEAT_INTERVAL
Property used to register the interval for the heartbeat - if not set or non-positive then disabled
|
static Property<SessionHeartbeatController.HeartbeatType> |
SESSION_HEARTBEAT_TYPE
Property used to register the
SessionHeartbeatController.HeartbeatType -
if non-existent or NONE then disabled. |
public static final Property<Boolean> ALLOW_INSECURE_AUTH
true
then
UserAuthMethodFactory.isSecureAuthenticationTransport(SessionContext)
returns
true
even if transport is insecure.public static final Property<Boolean> ALLOW_NON_INTEGRITY_AUTH
true
then
UserAuthMethodFactory.isDataIntegrityAuthenticationTransport(SessionContext)
returns true
even if transport has no MAC(s) to verify message integritypublic static final Property<SessionHeartbeatController.HeartbeatType> SESSION_HEARTBEAT_TYPE
SessionHeartbeatController.HeartbeatType
-
if non-existent or NONE
then disabled. Same if some unknown string value is set as the property value.public static final Property<Duration> SESSION_HEARTBEAT_INTERVAL
public static final Property<Duration> CLOSE_WAIT_TIMEOUT
CloseFuture
to successfully complete its action.Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.