Class OIDCClientRegistrationTokenClaimsContext
java.lang.Object
org.opensaml.messaging.context.BaseContext
net.shibboleth.idp.plugin.oidc.op.messaging.context.OIDCClientRegistrationTokenClaimsContext
- All Implemented Interfaces:
Iterable<BaseContext>
Subcontext carrying information on the claims included in the initial access token used for accessing the dynamic
client registration endpoint.
This context appears as a subcontext of the (inbound)
MessageContext.- Since:
- 3.1.0
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator, BaseContext.DeprecatedContextClassNameLookAside -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate RegistrationClaimsSetThe claims set in the initial access token. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the claims set in the initial access token.Set the claims set in the initial access token.Methods inherited from class org.opensaml.messaging.context.BaseContext
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, ensureSubcontext, ensureSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, iterator, removeFromParent, removeSubcontext, removeSubcontext, setParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
claimsSet
The claims set in the initial access token.
-
-
Constructor Details
-
OIDCClientRegistrationTokenClaimsContext
public OIDCClientRegistrationTokenClaimsContext()
-
-
Method Details
-
setClaimsSet
@Nonnull public OIDCClientRegistrationTokenClaimsContext setClaimsSet(@Nullable RegistrationClaimsSet set) Set the claims set in the initial access token.- Parameters:
set- What to set- Returns:
- this context
-
getClaimsSet
Get the claims set in the initial access token.- Returns:
- The claims set in the initial access token.
-