public class ExternalizableSecurityCheckConfig extends SecurityCheckConfigurationBase
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
INACTIVITY_TIMEOUT_SEC_CONFIG |
int |
inactivityTimeoutSec |
errors, info, warnings
Constructor and Description |
---|
ExternalizableSecurityCheckConfig(java.util.Properties properties) |
Modifier and Type | Method and Description |
---|---|
void |
validateExpirationLimit(int expirationLimitSec)
Make sure the configuration values representing expiration or inactivity don't exceed the given limit.
The implementation can use this method to implement other time-related validations, for example that inactivity is less than expiration, etc. The implementation may decide to fix the discovered problems by replacing too large values with the limit, and report a warning. |
addMessage, getErrors, getInfo, getIntProperty, getStringProperty, getWarnings
public static final java.lang.String INACTIVITY_TIMEOUT_SEC_CONFIG
public int inactivityTimeoutSec
public ExternalizableSecurityCheckConfig(java.util.Properties properties)
public void validateExpirationLimit(int expirationLimitSec)
SecurityCheckConfiguration
expirationLimitSec
- - max time the security check state can be preserved
© Copyright IBM Corp. 2006, 2015. All Rights Reserved.