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