Class SAMLConsentContext

  • All Implemented Interfaces:
    Iterable<BaseContext>

    public final class SAMLConsentContext
    extends BaseContext
    Subcontext that carries information about a SAML Consent value.
    • Field Detail

      • value

        @Nullable
        @NotEmpty
        private String value
        The SAML Consent value in use.
    • Constructor Detail

      • SAMLConsentContext

        public SAMLConsentContext()
    • Method Detail

      • getConsent

        @Nullable
        @NotEmpty
        public String getConsent()
        Get the SAML Consent value in use.
        Returns:
        SAML Consent value in use
      • setConsent

        public void setConsent​(@Nullable
                               String consent)
        Set the SAML Consent value in use.
        Parameters:
        consent - SAML Consent value in use