Class ProcessedTokenUpdateStrategy
java.lang.Object
net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.ProcessedTokenUpdateStrategy
- All Implemented Interfaces:
BiConsumer<com.nimbusds.jwt.JWT,MessageContext>
public class ProcessedTokenUpdateStrategy
extends Object
implements BiConsumer<com.nimbusds.jwt.JWT,MessageContext>
Add the
JWT back to the processed token in the OIDCAuthenticationResponseContext.- Since:
- 3.4.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(com.nimbusds.jwt.JWT jwt, MessageContext messageContext) 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
-
ProcessedTokenUpdateStrategy
public ProcessedTokenUpdateStrategy()
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceBiConsumer<com.nimbusds.jwt.JWT,MessageContext>
-