Uses of Class
io.helidon.security.providers.idcs.mapper.IdcsRoleMapperRxProviderBase.Builder
-
Packages that use IdcsRoleMapperRxProviderBase.Builder Package Description io.helidon.security.providers.idcs.mapper Mapper that retrieves roles from IDCS server and maps them to user subject. -
-
Uses of IdcsRoleMapperRxProviderBase.Builder in io.helidon.security.providers.idcs.mapper
Classes in io.helidon.security.providers.idcs.mapper with type parameters of type IdcsRoleMapperRxProviderBase.Builder Modifier and Type Class Description static class
IdcsRoleMapperRxProviderBase.Builder<B extends IdcsRoleMapperRxProviderBase.Builder<B>>
Fluent API builder forIdcsRoleMapperRxProviderBase
.Subclasses of IdcsRoleMapperRxProviderBase.Builder in io.helidon.security.providers.idcs.mapper Modifier and Type Class Description static class
IdcsMtRoleMapperRxProvider.Builder<B extends IdcsMtRoleMapperRxProvider.Builder<B>>
Fluent API builder forIdcsMtRoleMapperRxProvider
.static class
IdcsRoleMapperRxProvider.Builder<B extends IdcsRoleMapperRxProvider.Builder<B>>
Fluent API builder forIdcsRoleMapperRxProvider
.Constructors in io.helidon.security.providers.idcs.mapper with parameters of type IdcsRoleMapperRxProviderBase.Builder Constructor Description IdcsRoleMapperRxProviderBase(IdcsRoleMapperRxProviderBase.Builder<?> builder)
Configures the needed fields from the provided builder.
-