Class AttributeReleaseContext
java.lang.Object
org.opensaml.messaging.context.BaseContext
net.shibboleth.idp.consent.context.AttributeReleaseContext
- All Implemented Interfaces:
Iterable<BaseContext>
Context for attribute release consent.
Holds the attributes for which consent is obtained.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opensaml.messaging.context.BaseContext
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, iterator, removeSubcontext, removeSubcontext, setParent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
consentableAttributes
Attributes to be consented to.
-
-
Constructor Details
-
AttributeReleaseContext
public AttributeReleaseContext()Constructor.
-
-
Method Details