Class OIDCAuthenticationResponseConsentContext

  • All Implemented Interfaces:
    Iterable<BaseContext>

    public class OIDCAuthenticationResponseConsentContext
    extends BaseContext
    Subcontext carrying user consent information in a form suitable for OIDC processing. The information is carried in tokens (code, refresh token, access token) to back channel endpoints. This context appears as a subcontext of the OIDCAuthenticationResponseContext.
    • Field Detail

      • consentedAttributes

        @Nullable
        private net.minidev.json.JSONArray consentedAttributes
        Attributes having consent.
    • Constructor Detail

      • OIDCAuthenticationResponseConsentContext

        public OIDCAuthenticationResponseConsentContext()
        Constructor.
    • Method Detail

      • getConsentedAttributes

        @Nonnull
        public net.minidev.json.JSONArray getConsentedAttributes()
        Get consented attributes.
        Returns:
        consented attributes.