Interface GrantHandlerContext

All Superinterfaces:
InvocationContext

public interface GrantHandlerContext extends InvocationContext
OAuth 2.0 authorisation grant handler context.
  • Method Summary

    Modifier and Type
    Method
    Description
    resolveClaimNames(@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

      Set<String> resolveClaimNames(@Nullable com.nimbusds.oauth2.sdk.Scope scope)
      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.