Uses of Interface
io.helidon.security.spi.SubjectMappingProvider
Package
Description
Security
Mapper that retrieves roles from IDCS server and maps them to user subject.
-
Uses of SubjectMappingProvider in io.helidon.security
Modifier and TypeMethodDescriptionSecurity.subjectMapper()
Subject mapping provider used to map subject(s) authenticated byAuthenticationProvider
to a newSubject
, e.g.Modifier 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
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.class
SubjectMappingProvider
to obtain roles from IDCS server for a user.class
Deprecated, for removal: This API element is subject to removal in a future version.useIdcsRoleMapperRxProvider
insteadclass
Deprecated, for removal: This API element is subject to removal in a future version.useIdcsRoleMapperRxProviderBase
insteadclass
SubjectMappingProvider
to obtain roles from IDCS server for a user.class
Common functionality for IDCS role mapping using reactiveWebClient
.
IdcsMtRoleMapperRxProvider
instead