Class ProcessedIdTokenHintUpdateStrategy
java.lang.Object
net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.ProcessedIdTokenHintUpdateStrategy
- All Implemented Interfaces:
BiConsumer<ProfileRequestContext,com.nimbusds.jwt.JWT>
public class ProcessedIdTokenHintUpdateStrategy
extends Object
implements BiConsumer<ProfileRequestContext,com.nimbusds.jwt.JWT>
Add the
JWT back to the processed ID token hint in the OIDCRpInitiatedLogoutContext.- Since:
- 4.1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ProfileRequestContext profileRequestContext, com.nimbusds.jwt.JWT jwt) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiConsumer
andThen
-
Constructor Details
-
ProcessedIdTokenHintUpdateStrategy
public ProcessedIdTokenHintUpdateStrategy()
-
-
Method Details
-
accept
public void accept(@Nullable ProfileRequestContext profileRequestContext, @Nullable com.nimbusds.jwt.JWT jwt) - Specified by:
acceptin interfaceBiConsumer<ProfileRequestContext,com.nimbusds.jwt.JWT>
-