public interface OpenIdClaimsExtractor
extends org.pf4j.ExtensionPoint
Modifier and Type | Method and Description |
---|---|
XPFOpenIdClaimsExtractionResult |
extractClaims(XPFOpenIdClaimsExtractionContext context)
Given a set of claims returned for a user, return a set of claims to be saved to their profile attributes.
|
Set<String> |
getCustomScopes()
Returns a list of custom scopes required to return custom claims.
|
Set<String> getCustomScopes()
XPFOpenIdClaimsExtractionResult extractClaims(XPFOpenIdClaimsExtractionContext context)
context
- The OpenId claims extraction context.Copyright © 2023. All rights reserved.