Class 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.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
      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
      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 Detail

      • TenantScopeValidator

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

      • 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