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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(ProfileRequestContext profileRequestContext, String claim) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
TokenRequestTokenClaimsSetLookupFunction
public TokenRequestTokenClaimsSetLookupFunction()
-
-
Method Details
-
apply
@Nullable public Object apply(@Nullable ProfileRequestContext profileRequestContext, @Nullable String claim) - Specified by:
applyin interfaceBiFunction<ProfileRequestContext,String, Object>
-