Interface GrantHandlerContext
- All Superinterfaces:
InvocationContext
OAuth 2.0 authorisation grant handler context.
-
Method Summary
Modifier and TypeMethodDescriptionresolveClaimNames
(@Nullable com.nimbusds.oauth2.sdk.Scope scope) Resolves the claim names for all scope values that expand to claims.Methods inherited from interface com.nimbusds.openid.connect.provider.spi.InvocationContext
getIssuer
-
Method Details
-
resolveClaimNames
Resolves the claim names for all scope values that expand to claims. Recognises all standard OpenID Connect scope values as well as any custom mappings configured in the Connect2id server.- Parameters:
scope
- The scope,null
if not specified.- Returns:
- The resolved claim names, as an unmodifiable set, empty set if none.
-