public interface TenantUrlResolver
| Modifier and Type | Field and Description |
|---|---|
static String |
CACHE_ADMIN_URL_BY_TENANT_ID |
static String |
CACHE_APPLICATION_URL_BY_APPLICATION_ID |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getAdminUrl(String tenantId)
Resolves the full url of the admin for the provided tenant.
|
Optional<String> |
getApplicationUrl(String applicationId)
Resolves the full url for the provided application.
|
static final String CACHE_APPLICATION_URL_BY_APPLICATION_ID
static final String CACHE_ADMIN_URL_BY_TENANT_ID
Optional<String> getApplicationUrl(String applicationId)
applicationId - the application ID for which to fetch the full url stringOptional<String> getAdminUrl(String tenantId)
tenantId - the tenant ID for which to fetch the full url stringCopyright © 2021. All rights reserved.