Class RequestObjectUpdateStrategy
java.lang.Object
net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.RequestObjectUpdateStrategy
- All Implemented Interfaces:
BiConsumer<ProfileRequestContext,JWT>
public class RequestObjectUpdateStrategy
extends Object
implements BiConsumer<ProfileRequestContext,JWT>
Add the
JWT back to the request object in the OIDCAuthenticationResponseContext.- Since:
- 3.4.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
-
RequestObjectUpdateStrategy
public RequestObjectUpdateStrategy()
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceBiConsumer<ProfileRequestContext,JWT>
-