Interface TenantUrlResolver

    • Method Detail

      • getApplicationUrl

        Optional<String> getApplicationUrl​(String applicationId)
        Resolves the full url for the provided application. This is used for discovery of the location where an application is served.
        Parameters:
        applicationId - the application ID for which to fetch the full url string
        Returns:
        the full url string for the application
      • getAdminUrl

        Optional<String> getAdminUrl​(String tenantId)
        Resolves the full url of the admin for the provided tenant. This is used for discovery of the location where the admin is served.
        Parameters:
        tenantId - the tenant ID for which to fetch the full url string
        Returns:
        the full url string for the tenant