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 theJWTback to the processed token in theOIDCAuthenticationResponseContext.- Since:
- 3.4.0
-
-
Constructor Summary
Constructors Constructor Description ProcessedTokenUpdateStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(com.nimbusds.jwt.JWT jwt, MessageContext messageContext)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiConsumer
andThen
-
-
-
-
Method Detail
-
accept
public void accept(com.nimbusds.jwt.JWT jwt, MessageContext messageContext)- Specified by:
acceptin interfaceBiConsumer<com.nimbusds.jwt.JWT,MessageContext>
-
-