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.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator
-
-
Field Summary
Fields Modifier and Type Field Description private Map<String,IdPAttribute>consentableAttributesAttributes to be consented to.
-
Constructor Summary
Constructors Constructor Description AttributeReleaseContext()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,IdPAttribute>getConsentableAttributes()Get the attributes to be consented to.StringtoString()-
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 Detail
-
consentableAttributes
@Nonnull @NonnullElements @Live private Map<String,IdPAttribute> consentableAttributes
Attributes to be consented to.
-
-
Method Detail
-
getConsentableAttributes
@Nonnull @NonnullElements @Live public Map<String,IdPAttribute> getConsentableAttributes()
Get the attributes to be consented to.- Returns:
- the attributes to be consented to
-
-