Class TokenRequestIDTokenDeliveryClaimsLookupFunction

java.lang.Object
net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.AbstractTokenClaimsLookupFunction<ClaimsSet>
net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.TokenRequestIDTokenDeliveryClaimsLookupFunction
All Implemented Interfaces:
Function<ProfileRequestContext,ClaimsSet>, ContextDataLookupFunction<ProfileRequestContext,ClaimsSet>

public class TokenRequestIDTokenDeliveryClaimsLookupFunction extends AbstractTokenClaimsLookupFunction<ClaimsSet>
For Token end point. A function that returns copy of token delivery claims meant only for id token via a lookup function. This lookup locates delivery claims from token (Authorization Code / Access Token) for token request handling. If token delivery claims are not available, null is returned.
  • Constructor Details

    • TokenRequestIDTokenDeliveryClaimsLookupFunction

      public TokenRequestIDTokenDeliveryClaimsLookupFunction()
  • Method Details