Class TenantAwareConfig

    • Field Detail

      • STALE_SESSION_GLOBAL_CONFIG

        public static final java.lang.String STALE_SESSION_GLOBAL_CONFIG
        See Also:
        Constant Field Values
      • STALE_SESSION_EXTENSION_CONFIG_PATTERN

        public static final java.lang.String STALE_SESSION_EXTENSION_CONFIG_PATTERN
        See Also:
        Constant Field Values
    • Constructor Detail

      • TenantAwareConfig

        public TenantAwareConfig()
    • Method Detail

      • isStaleSessionCheckingEnabled

        public boolean isStaleSessionCheckingEnabled​(java.lang.String extensionName)
        Description copied from interface: StaleSessionConfig
        Checks if stale session is enabled.
        Specified by:
        isStaleSessionCheckingEnabled in interface StaleSessionConfig
        Parameters:
        extensionName - extension name. When null global configuration is returned.
        Returns:
        true if stale session is enabled for given extension, false otherwise.