Package de.hybris.platform.spring
Class TenantScopeValidator
- java.lang.Object
-
- de.hybris.platform.spring.TenantScopeValidator
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.context.ApplicationListener
@Deprecated(since="5.0", forRemoval=true) public class TenantScopeValidator extends java.lang.Object implements org.springframework.context.ApplicationListenerDeprecated, for removal: This API element is subject to removal in a future version.since 5.0 together withTenantScopeThis class listens to @{link ContextRefreshedEvent} events and checks if the hybris @{linkTenantScopeis registered correct. See https://jira.hybris.com/browse/PLA-8070 for information on what to pay respect when registering this specific scope.
-
-
Constructor Summary
Constructors Constructor Description TenantScopeValidator()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidonApplicationEvent(org.springframework.context.ApplicationEvent event)Deprecated, for removal: This API element is subject to removal in a future version.
-