public final class CommonModuleProperties
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Property<java.lang.Boolean> |
ALLOW_INSECURE_AUTH
If set to
true then
UserAuthMethodFactory.isSecureAuthenticationTransport(SessionContext) returns
true even if transport is insecure. |
static Property<java.lang.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<java.time.Duration> |
CLOSE_WAIT_TIMEOUT
Timeout (milliseconds) for waiting on a
CloseFuture to successfully complete its action. |
static Property<java.lang.Integer> |
HEXDUMP_CHUNK_SIZE |
static Property<java.time.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. |
Modifier | Constructor and Description |
---|---|
private |
CommonModuleProperties() |
public static final Property<java.lang.Boolean> ALLOW_INSECURE_AUTH
true
then
UserAuthMethodFactory.isSecureAuthenticationTransport(SessionContext)
returns
true
even if transport is insecure.public static final Property<java.lang.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<java.time.Duration> SESSION_HEARTBEAT_INTERVAL
public static final Property<java.lang.Integer> HEXDUMP_CHUNK_SIZE
public static final Property<java.time.Duration> CLOSE_WAIT_TIMEOUT
CloseFuture
to successfully complete its action.