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) com.nimbusds.openid.connect.sdk.claims.LogoutTokenClaimsSetThe claims set related to the back-channel logout. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.nimbusds.openid.connect.sdk.claims.LogoutTokenClaimsSetGet the claims set related to the back-channel logout.voidsetLogoutTokenClaimsSet(com.nimbusds.openid.connect.sdk.claims.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
@Nullable com.nimbusds.openid.connect.sdk.claims.LogoutTokenClaimsSet logoutTokenClaimsSetThe claims set related to the back-channel logout.
-
-
Constructor Details
-
OIDCBackChannelLogoutPropagationContext
public OIDCBackChannelLogoutPropagationContext()Constructor.
-
-
Method Details
-
getLogoutTokenClaimsSet
@Nullable public com.nimbusds.openid.connect.sdk.claims.LogoutTokenClaimsSet getLogoutTokenClaimsSet()Get the claims set related to the back-channel logout.- Returns:
- The claims set related to the back-channel logout.
-
setLogoutTokenClaimsSet
public void setLogoutTokenClaimsSet(@Nullable com.nimbusds.openid.connect.sdk.claims.LogoutTokenClaimsSet claimsSet) Set the claims set related to the back-channel logout.- Parameters:
claimsSet- What to set.
-