Interface IdcsMtRoleMapperProvider.MultitenancyEndpoints
- 
- All Known Implementing Classes:
- IdcsMtRoleMapperProvider.DefaultMultitenancyEndpoints
 - Enclosing class:
- IdcsMtRoleMapperProvider
 
 public static interface IdcsMtRoleMapperProvider.MultitenancyEndpointsMultitenant endpoints for accessing IDCS services.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description WebTargetassertEndpoint(String tenantId)Asserter endpoint for a specific tenant.StringidcsInfraTenantId()The tenant id of the infrastructure tenant.WebTargettokenEndpoint(String tenantId)Token endpoint for a specific tenant.
 
- 
- 
- 
Method Detail- 
idcsInfraTenantIdString idcsInfraTenantId() The tenant id of the infrastructure tenant.- Returns:
- id of the tenant
 
 - 
assertEndpointWebTarget 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
 
 
- 
 
-