Uses of Interface
io.helidon.security.spi.SubjectMappingProvider
Packages that use SubjectMappingProvider
Package
Description
Security
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 SubjectMappingProviderModifier and TypeMethodDescriptionSecurity.subjectMapper()
Subject mapping provider used to map subject(s) authenticated byAuthenticationProvider
to a newSubject
, e.g.Methods in io.helidon.security with parameters of type SubjectMappingProviderModifier and TypeMethodDescriptionSecurity.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 SubjectMappingProviderModifier and TypeClassDescriptionclass
SubjectMappingProvider
to obtain roles from IDCS server for a user.class
SubjectMappingProvider
to obtain roles from IDCS server for a user.class
Common functionality for IDCS role mapping usingHttp1Client
.