Class OIDCBackChannelLogoutPropagationContext
java.lang.Object
org.opensaml.messaging.context.BaseContext
net.shibboleth.idp.plugin.oidc.op.messaging.context.OIDCBackChannelLogoutPropagationContext
- All Implemented Interfaces:
Iterable<BaseContext>
Subcontext carrying information about OIDC back-channel logout.
- Since:
- 4.1.0
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensaml.messaging.context.BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator, BaseContext.DeprecatedContextClassNameLookAside -
Field Summary
FieldsModifier and TypeFieldDescription(package private) LogoutTokenClaimsSetThe claims set related to the back-channel logout. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the claims set related to the back-channel logout.voidsetLogoutTokenClaimsSet(LogoutTokenClaimsSet claimsSet) Set the claims set related to the back-channel logout.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
-
logoutTokenClaimsSet
The claims set related to the back-channel logout.
-
-
Constructor Details
-
OIDCBackChannelLogoutPropagationContext
public OIDCBackChannelLogoutPropagationContext()Constructor.
-
-
Method Details
-
getLogoutTokenClaimsSet
Get the claims set related to the back-channel logout.- Returns:
- The claims set related to the back-channel logout.
-
setLogoutTokenClaimsSet
Set the claims set related to the back-channel logout.- Parameters:
claimsSet- What to set.
-