Class TenantAwareConfig
java.lang.Object
de.hybris.platform.servicelayer.web.session.stale.impl.TenantAwareConfig
- All Implemented Interfaces:
StaleSessionConfig
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisStaleSessionCheckingEnabled(String extensionName) Checks if stale session is enabled.
-
Field Details
-
STALE_SESSION_GLOBAL_CONFIG
- See Also:
-
STALE_SESSION_EXTENSION_CONFIG_PATTERN
- See Also:
-
-
Constructor Details
-
TenantAwareConfig
public TenantAwareConfig()
-
-
Method Details
-
isStaleSessionCheckingEnabled
Description copied from interface:StaleSessionConfigChecks if stale session is enabled.- Specified by:
isStaleSessionCheckingEnabledin interfaceStaleSessionConfig- Parameters:
extensionName- extension name. Whennullglobal configuration is returned.- Returns:
trueif stale session is enabled for given extension,falseotherwise.
-