Class OIDCAuthenticationResponseConsentContext
- java.lang.Object
-
- org.opensaml.messaging.context.BaseContext
-
- net.shibboleth.idp.plugin.oidc.op.messaging.context.OIDCAuthenticationResponseConsentContext
-
- All Implemented Interfaces:
Iterable<BaseContext>
public class OIDCAuthenticationResponseConsentContext extends BaseContext
Subcontext carrying user consent information in a form suitable for OIDC processing. The information is carried in tokens (code, refresh token, access token) to back channel endpoints. This context appears as a subcontext of theOIDCAuthenticationResponseContext.
-
-
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 net.minidev.json.JSONArrayconsentedAttributesAttributes having consent.
-
Constructor Summary
Constructors Constructor Description OIDCAuthenticationResponseConsentContext()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.minidev.json.JSONArraygetConsentedAttributes()Get consented attributes.-
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, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-