Uses of Class
io.helidon.security.providers.idcs.mapper.IdcsRoleMapperRxProvider.Builder
Packages that use IdcsRoleMapperRxProvider.Builder
Package
Description
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.BuilderMethods in io.helidon.security.providers.idcs.mapper that return IdcsRoleMapperRxProvider.BuilderModifier and TypeMethodDescriptionstatic 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.BuilderModifierConstructorDescriptionprotected
Constructor that accepts anyIdcsRoleMapperRxProvider.Builder
descendant.