Class JWTClaimsSetFromUserInfoLookupFunction
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.messaging.context.logic.JWTClaimsSetFromUserInfoLookupFunction
-
- All Implemented Interfaces:
Function<MessageContext,com.nimbusds.jwt.JWTClaimsSet>
public class JWTClaimsSetFromUserInfoLookupFunction extends Object implements Function<MessageContext,com.nimbusds.jwt.JWTClaimsSet>
Extract thePayloadfrom the user info inOIDCAuthenticationResponseContext.- Since:
- 3.4.0
-
-
Field Summary
Fields Modifier and Type Field Description private org.slf4j.LoggerlogClass logger.
-
Constructor Summary
Constructors Constructor Description JWTClaimsSetFromUserInfoLookupFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.nimbusds.jwt.JWTClaimsSetapply(MessageContext messageContext)
-
-
-
Method Detail
-
apply
@Nullable public com.nimbusds.jwt.JWTClaimsSet apply(@Nullable MessageContext messageContext)- Specified by:
applyin interfaceFunction<MessageContext,com.nimbusds.jwt.JWTClaimsSet>
-
-