Interface IdcsMtRoleMapperProvider.MultitenancyEndpoints
- All Known Implementing Classes:
IdcsMtRoleMapperProvider.DefaultMultitenancyEndpoints
- Enclosing class:
IdcsMtRoleMapperProvider
public static interface IdcsMtRoleMapperProvider.MultitenancyEndpoints
Multitenant endpoints for accessing IDCS services.
-
Method Summary
Modifier and TypeMethodDescriptionassertEndpoint
(String tenantId) Asserter endpoint URI for a specific tenant.The tenant id of the infrastructure tenant.tokenEndpoint
(String tenantId) Token endpoint URI for a specific tenant.
-
Method Details
-
idcsInfraTenantId
String idcsInfraTenantId()The tenant id of the infrastructure tenant.- Returns:
- id of the tenant
-
assertEndpoint
Asserter endpoint URI for a specific tenant.- Parameters:
tenantId
- id of tenant to get the endpoint for- Returns:
- URI for the tenant
-
tokenEndpoint
Token endpoint URI for a specific tenant.- Parameters:
tenantId
- id of tenant to get the endpoint for- Returns:
- URI for the tenant
-