Uses of Interface
io.helidon.security.spi.SubjectMappingProvider
-
Packages that use SubjectMappingProvider Package Description io.helidon.security Security -
-
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 byAuthenticationProvider
to a newSubject
, e.g.Methods in io.helidon.security with parameters of type SubjectMappingProvider Modifier and Type Method Description Security.Builder
Security.Builder. subjectMappingProvider(SubjectMappingProvider provider)
Configure a subject mapping provider that would be used once authentication is processed.
-