Class SAMLConsentContext

  • All Implemented Interfaces:
    Iterable<org.opensaml.messaging.context.BaseContext>

    public final class SAMLConsentContext
    extends org.opensaml.messaging.context.BaseContext
    Subcontext that carries information about a SAML Consent value.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext

        org.opensaml.messaging.context.BaseContext.ContextSetNoRemoveIteratorDecorator
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private String value
      The SAML Consent value in use.
    • 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