Class TokenRequestTokenClaimsSetLookupFunction

java.lang.Object
net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.TokenRequestTokenClaimsSetLookupFunction
All Implemented Interfaces:
BiFunction<ProfileRequestContext,String,Object>

public class TokenRequestTokenClaimsSetLookupFunction extends Object implements BiFunction<ProfileRequestContext,String,Object>
A bi-function that returns value for the given claim via a lookup function. This lookup locates the claim from token claims set. If token claims set nor the desired claim in the set are not available, null is returned.