Uses of Class
io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProviderBase.Builder
-
Packages that use IdcsRoleMapperProviderBase.Builder Package Description io.helidon.security.providers.idcs.mapper Mapper that retrieves roles from IDCS server and maps them to user subject. -
-
Uses of IdcsRoleMapperProviderBase.Builder in io.helidon.security.providers.idcs.mapper
Classes in io.helidon.security.providers.idcs.mapper with type parameters of type IdcsRoleMapperProviderBase.Builder Modifier and Type Class Description static class
IdcsRoleMapperProviderBase.Builder<B extends IdcsRoleMapperProviderBase.Builder<B>>
Deprecated, for removal: This API element is subject to removal in a future version.Fluent API builder forIdcsRoleMapperProviderBase
.Subclasses of IdcsRoleMapperProviderBase.Builder in io.helidon.security.providers.idcs.mapper Modifier and Type Class Description static class
IdcsMtRoleMapperProvider.Builder<B extends IdcsMtRoleMapperProvider.Builder<B>>
Deprecated, for removal: This API element is subject to removal in a future version.Fluent API builder forIdcsMtRoleMapperProvider
.static class
IdcsRoleMapperProvider.Builder<B extends IdcsRoleMapperProvider.Builder<B>>
Deprecated, for removal: This API element is subject to removal in a future version.Fluent API builder forIdcsRoleMapperProvider
.Constructors in io.helidon.security.providers.idcs.mapper with parameters of type IdcsRoleMapperProviderBase.Builder Constructor Description IdcsRoleMapperProviderBase(IdcsRoleMapperProviderBase.Builder<?> builder)
Deprecated, for removal: This API element is subject to removal in a future version.Configures the needed fields from the provided builder.
-