Class TenantScopeValidator

java.lang.Object
de.hybris.platform.spring.TenantScopeValidator
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener

@Deprecated(since="5.0", forRemoval=true) public class TenantScopeValidator extends Object implements org.springframework.context.ApplicationListener
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.0 together with TenantScope
This class listens to @{link ContextRefreshedEvent} events and checks if the hybris @{link TenantScope is 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
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onApplicationEvent(org.springframework.context.ApplicationEvent event)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TenantScopeValidator

      public TenantScopeValidator()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.context.ApplicationEvent event)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener