Class RequestObjectUpdateStrategy
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.RequestObjectUpdateStrategy
-
- All Implemented Interfaces:
BiConsumer<ProfileRequestContext,com.nimbusds.jwt.JWT>
public class RequestObjectUpdateStrategy extends Object implements BiConsumer<ProfileRequestContext,com.nimbusds.jwt.JWT>
Add theJWTback to the request object in theOIDCAuthenticationResponseContext.- Since:
- 3.4.0
-
-
Constructor Summary
Constructors Constructor Description RequestObjectUpdateStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ProfileRequestContext profileRequestContext, com.nimbusds.jwt.JWT jwt)-
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(@Nullable ProfileRequestContext profileRequestContext, @Nullable com.nimbusds.jwt.JWT jwt)- Specified by:
acceptin interfaceBiConsumer<ProfileRequestContext,com.nimbusds.jwt.JWT>
-
-