Uses of Interface
io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperRxProvider.MultitenancyEndpoints
-
Packages that use IdcsMtRoleMapperRxProvider.MultitenancyEndpoints Package Description io.helidon.security.providers.idcs.mapper 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.MultitenancyEndpoints Modifier and Type Class Description protected static class
IdcsMtRoleMapperRxProvider.DefaultMultitenancyEndpoints
Default implementation of theIdcsMtRoleMapperRxProvider.MultitenancyEndpoints
.Methods in io.helidon.security.providers.idcs.mapper that return IdcsMtRoleMapperRxProvider.MultitenancyEndpoints Modifier and Type Method Description protected IdcsMtRoleMapperRxProvider.MultitenancyEndpoints
IdcsMtRoleMapperRxProvider. 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.MultitenancyEndpoints Modifier and Type Method Description B
IdcsMtRoleMapperRxProvider.Builder. multitenantEndpoints(IdcsMtRoleMapperRxProvider.MultitenancyEndpoints endpoints)
Replace default endpoint provider in multitenant IDCS setup.
-