Interface TenantInfoInitiator


public interface TenantInfoInitiator
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Clean tenant information in the current thread
    void
     
    void
    initialize tenant information of the current thread based on the request URI
  • Method Details

    • initTenantInfo

      void initTenantInfo()
    • initTenantInfo

      void initTenantInfo(String uri)
      initialize tenant information of the current thread based on the request URI
      Parameters:
      uri - request URI
    • cleanTenantInfo

      void cleanTenantInfo()
      Clean tenant information in the current thread