Class IdcsMtContext
java.lang.Object
io.helidon.security.providers.idcs.mapper.IdcsMtContext
IDCS multitenancy context used by the mappers.
-
Constructor Summary
ConstructorDescriptionIdcsMtContext
(String tenantId, String appId) Create new context with the specified ids. -
Method Summary
-
Constructor Details
-
IdcsMtContext
Create new context with the specified ids.- Parameters:
tenantId
- The IDCS tenancy id.appId
- The IDCS app ID.
-
-
Method Details