Class ProcessedIdTokenHintUpdateStrategy
java.lang.Object
net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.ProcessedIdTokenHintUpdateStrategy
- All Implemented Interfaces:
BiConsumer<ProfileRequestContext,JWT>
public class ProcessedIdTokenHintUpdateStrategy
extends Object
implements BiConsumer<ProfileRequestContext,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, 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
- Specified by:
acceptin interfaceBiConsumer<ProfileRequestContext,JWT>
-