Class AttributeReleaseContext

java.lang.Object
org.opensaml.messaging.context.BaseContext
net.shibboleth.idp.consent.context.AttributeReleaseContext
All Implemented Interfaces:
Iterable<BaseContext>

public final class AttributeReleaseContext extends BaseContext
Context for attribute release consent. Holds the attributes for which consent is obtained.
  • Field Details

  • Constructor Details

    • AttributeReleaseContext

      public AttributeReleaseContext()
      Constructor.
  • Method Details

    • getConsentableAttributes

      @Nonnull @Live public Map<String,IdPAttribute> getConsentableAttributes()
      Get the attributes to be consented to.
      Returns:
      the attributes to be consented to
    • toString

      public String toString()
      Overrides:
      toString in class Object