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 Constructor Description TokenRequestTokenClaimsSetLookupFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectapply(ProfileRequestContext profileRequestContext, String claim)-
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.BiFunction
andThen
-
-
-
-
Method Detail
-
apply
@Nullable public Object apply(@Nonnull ProfileRequestContext profileRequestContext, @Nonnull String claim)
- Specified by:
applyin interfaceBiFunction<ProfileRequestContext,String,Object>
-
-