com.ibm.mfp.server.security.external.checks.impl

Class ExternalizableSecurityCheckConfig

    • Field Detail

      • INACTIVITY_TIMEOUT_SEC_CONFIG

        public static final java.lang.String INACTIVITY_TIMEOUT_SEC_CONFIG
        See Also:
        Constant Field Values
      • inactivityTimeoutSec

        public int inactivityTimeoutSec
    • Constructor Detail

      • ExternalizableSecurityCheckConfig

        public ExternalizableSecurityCheckConfig(java.util.Properties properties)
    • Method Detail

      • validateExpirationLimit

        public void validateExpirationLimit(int expirationLimitSec)
        Description copied from interface: SecurityCheckConfiguration
        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.
        Parameters:
        expirationLimitSec - - max time the security check state can be preserved


© Copyright IBM Corp. 2006, 2015. All Rights Reserved.