Interface TenantIdProvider

  • All Known Implementing Classes:
    FHIRRequestContextTenantIdProvider

    public interface TenantIdProvider
    An interface for providing the tenant id to the application for a particular context
    • Field Detail

    • Method Detail

      • getTenantId

        java.lang.String getTenantId()
        Get the tenant id for a particular context
        Returns:
        the tenant id
      • provider

        static TenantIdProvider provider()
        A factory method for getting a tenant id provider from the service loader or the default tenant id provider
        Returns:
        the tenant id provider from the service loader or the default provider