Interface TenantProvider

All Known Implementing Classes:
TenantProviderImpl

public interface TenantProvider
Provides the current tenant id.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Constant to be returned by getCurrentUserTenantId() if tenant is currently not determined.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the current tenant id, or NO_TENANT constant if tenant is currently not determined.
  • Field Details

  • Method Details

    • getCurrentUserTenantId

      String getCurrentUserTenantId()
      Returns the current tenant id, or NO_TENANT constant if tenant is currently not determined.