Class JWTAccessTokenUpdateStrategy
java.lang.Object
net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.JWTAccessTokenUpdateStrategy
- All Implemented Interfaces:
BiConsumer<JWT,MessageContext>
Add the
JWT back to the AccessTokenContext.- Since:
- 3.4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Function<MessageContext,AccessTokenContext> Strategy used to locate the subcontext with the token. -
Constructor Summary
Constructors -
Method Summary
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
-
Field Details
-
accessTokenContextLookupStrategy
Strategy used to locate the subcontext with the token.
-
-
Constructor Details
-
JWTAccessTokenUpdateStrategy
public JWTAccessTokenUpdateStrategy()Constructor.
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceBiConsumer<JWT,MessageContext>
-