Class JWTAccessTokenUpdateStrategy
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.JWTAccessTokenUpdateStrategy
-
- All Implemented Interfaces:
BiConsumer<com.nimbusds.jwt.JWT,MessageContext>
public class JWTAccessTokenUpdateStrategy extends Object implements BiConsumer<com.nimbusds.jwt.JWT,MessageContext>
Add theJWTback to theAccessTokenContext.- Since:
- 3.4.0
-
-
Field Summary
Fields Modifier and Type Field Description private Function<MessageContext,AccessTokenContext>accessTokenContextLookupStrategyStrategy used to locate the subcontext with the token.
-
Constructor Summary
Constructors Constructor Description JWTAccessTokenUpdateStrategy()Constructor.
-
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
-
-
-
-
Field Detail
-
accessTokenContextLookupStrategy
@Nonnull private Function<MessageContext,AccessTokenContext> accessTokenContextLookupStrategy
Strategy used to locate the subcontext with the token.
-
-
Method Detail
-
accept
public void accept(com.nimbusds.jwt.JWT jwt, MessageContext messageContext)- Specified by:
acceptin interfaceBiConsumer<com.nimbusds.jwt.JWT,MessageContext>
-
-