Uses of Class
io.helidon.security.providers.idcs.mapper.IdcsMtRoleMapperRxProvider.Builder
-
Packages that use IdcsMtRoleMapperRxProvider.Builder Package Description io.helidon.security.providers.idcs.mapper Mapper that retrieves roles from IDCS server and maps them to user subject. -
-
Uses of IdcsMtRoleMapperRxProvider.Builder in io.helidon.security.providers.idcs.mapper
Classes in io.helidon.security.providers.idcs.mapper with type parameters of type IdcsMtRoleMapperRxProvider.Builder Modifier and Type Class Description static class
IdcsMtRoleMapperRxProvider.Builder<B extends IdcsMtRoleMapperRxProvider.Builder<B>>
Fluent API builder forIdcsMtRoleMapperRxProvider
.Methods in io.helidon.security.providers.idcs.mapper that return IdcsMtRoleMapperRxProvider.Builder Modifier and Type Method Description static IdcsMtRoleMapperRxProvider.Builder
IdcsMtRoleMapperRxProvider. builder()
Creates a new builder to build instances of this class.Constructors in io.helidon.security.providers.idcs.mapper with parameters of type IdcsMtRoleMapperRxProvider.Builder Constructor Description IdcsMtRoleMapperRxProvider(IdcsMtRoleMapperRxProvider.Builder<?> builder)
Configure instance from any descendant ofIdcsMtRoleMapperRxProvider.Builder
.
-