Uses of Interface
io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperRxProvider.MultitenancyEndpoints
Packages that use IdcsMtRoleMapperRxProvider.MultitenancyEndpoints
Package
Description
Mapper that retrieves roles from IDCS server and maps them to user subject.
-
Uses of IdcsMtRoleMapperRxProvider.MultitenancyEndpoints in io.helidon.security.providers.idcs.mapper
Classes in io.helidon.security.providers.idcs.mapper that implement IdcsMtRoleMapperRxProvider.MultitenancyEndpointsModifier and TypeClassDescriptionprotected static class
Default implementation of theIdcsMtRoleMapperRxProvider.MultitenancyEndpoints
.Methods in io.helidon.security.providers.idcs.mapper that return IdcsMtRoleMapperRxProvider.MultitenancyEndpointsModifier and TypeMethodDescriptionIdcsMtRoleMapperRxProvider.multitenancyEndpoints()
Get theIdcsMtRoleMapperRxProvider.MultitenancyEndpoints
used to get assertion and token endpoints of a multitenant IDCS.Methods in io.helidon.security.providers.idcs.mapper with parameters of type IdcsMtRoleMapperRxProvider.MultitenancyEndpointsModifier and TypeMethodDescriptionIdcsMtRoleMapperRxProvider.Builder.multitenantEndpoints
(IdcsMtRoleMapperRxProvider.MultitenancyEndpoints endpoints) Replace default endpoint provider in multitenant IDCS setup.