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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebTarget
assertEndpoint(String tenantId)
Asserter endpoint for a specific tenant.String
idcsInfraTenantId()
The tenant id of the infrastructure tenant.WebTarget
tokenEndpoint(String tenantId)
Token endpoint for a specific tenant.
-
-
-
Method Detail
-
idcsInfraTenantId
String idcsInfraTenantId()
The tenant id of the infrastructure tenant.- Returns:
- id of the tenant
-
assertEndpoint
WebTarget assertEndpoint(String tenantId)
Asserter endpoint for a specific tenant.- Parameters:
tenantId
- id of tenant to get the endpoint for- Returns:
- web target for the tenant
-
-