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