Uses of Class
io.helidon.security.providers.idcs.mapper.IdcsRoleMapperProvider.Builder
- 
Packages that use IdcsRoleMapperProvider.Builder Package Description io.helidon.security.providers.idcs.mapper Mapper that retrieves roles from IDCS server and maps them to user subject.
- 
- 
Uses of IdcsRoleMapperProvider.Builder in io.helidon.security.providers.idcs.mapperClasses in io.helidon.security.providers.idcs.mapper with type parameters of type IdcsRoleMapperProvider.Builder Modifier and Type Class Description static classIdcsRoleMapperProvider.Builder<B extends IdcsRoleMapperProvider.Builder<B>>Deprecated, for removal: This API element is subject to removal in a future version.Fluent API builder forIdcsRoleMapperProvider.Methods in io.helidon.security.providers.idcs.mapper that return IdcsRoleMapperProvider.Builder Modifier and Type Method Description static IdcsRoleMapperProvider.Builder<?>IdcsRoleMapperProvider. builder()Deprecated, for removal: This API element is subject to removal in a future version.Creates a new builder to build instances of this class.Constructors in io.helidon.security.providers.idcs.mapper with parameters of type IdcsRoleMapperProvider.Builder Constructor Description IdcsRoleMapperProvider(IdcsRoleMapperProvider.Builder<?> builder)Deprecated, for removal: This API element is subject to removal in a future version.Constructor that accepts anyIdcsRoleMapperProvider.Builderdescendant.
 
-