public final class ServletUtils extends Object
Modifier and Type | Method and Description |
---|---|
static Long |
getTimeStampToleranceSystemProperty()
Returns the value of the
ServletConstants.TIMESTAMP_TOLERANCE_SYSTEM_PROPERTY JVM system property as a Long ,
or returns null if the property is empty. |
static Boolean |
isRequestSignatureCheckSystemPropertyDisabled()
Returns the value of the
ServletConstants.DISABLE_REQUEST_SIGNATURE_CHECK_SYSTEM_PROPERTY JVM system property as a Boolean . |
public static Long getTimeStampToleranceSystemProperty()
ServletConstants.TIMESTAMP_TOLERANCE_SYSTEM_PROPERTY
JVM system property as a Long
,
or returns null if the property is empty.ServletConstants.TIMESTAMP_TOLERANCE_SYSTEM_PROPERTY
system property as a Long
, or null
if the property is empty.IllegalArgumentException
- if the system property is present but not parseable as a Long.public static Boolean isRequestSignatureCheckSystemPropertyDisabled()
ServletConstants.DISABLE_REQUEST_SIGNATURE_CHECK_SYSTEM_PROPERTY
JVM system property as a Boolean
.ServletConstants.DISABLE_REQUEST_SIGNATURE_CHECK_SYSTEM_PROPERTY
system property as a Boolean
.Copyright © 2023. All rights reserved.