Uses of Interface
io.helidon.security.spi.SubjectMappingProvider
-
Packages that use SubjectMappingProvider Package Description io.helidon.security Securityio.helidon.security.providers.idcs.mapper Mapper that retrieves roles from IDCS server and maps them to user subject. -
-
Uses of SubjectMappingProvider in io.helidon.security
Methods in io.helidon.security that return types with arguments of type SubjectMappingProvider Modifier and Type Method Description Optional<SubjectMappingProvider>Security. subjectMapper()Subject mapping provider used to map subject(s) authenticated byAuthenticationProviderto a newSubject, e.g.Methods in io.helidon.security with parameters of type SubjectMappingProvider Modifier and Type Method Description Security.BuilderSecurity.Builder. subjectMappingProvider(SubjectMappingProvider provider)Configure a subject mapping provider that would be used once authentication is processed. -
Uses of SubjectMappingProvider in io.helidon.security.providers.idcs.mapper
Classes in io.helidon.security.providers.idcs.mapper that implement SubjectMappingProvider Modifier and Type Class Description classIdcsMtRoleMapperProviderDeprecated, for removal: This API element is subject to removal in a future version.useIdcsMtRoleMapperRxProviderinsteadclassIdcsMtRoleMapperRxProviderSubjectMappingProviderto obtain roles from IDCS server for a user.classIdcsRoleMapperProviderDeprecated, for removal: This API element is subject to removal in a future version.useIdcsRoleMapperRxProviderinsteadclassIdcsRoleMapperProviderBaseDeprecated, for removal: This API element is subject to removal in a future version.useIdcsRoleMapperRxProviderBaseinsteadclassIdcsRoleMapperRxProviderSubjectMappingProviderto obtain roles from IDCS server for a user.classIdcsRoleMapperRxProviderBaseCommon functionality for IDCS role mapping using reactiveWebClient.
-