Class TokenRequestConsentedAttributesLookupFunction
java.lang.Object
net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.AbstractTokenClaimsLookupFunction<List<Object>>
net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.TokenRequestConsentedAttributesLookupFunction
- All Implemented Interfaces:
Function<ProfileRequestContext,,List<Object>> ContextDataLookupFunction<ProfileRequestContext,List<Object>>
public class TokenRequestConsentedAttributesLookupFunction
extends AbstractTokenClaimsLookupFunction<List<Object>>
For Token and UserInfo end points.
A function that returns consented claims via a lookup function. This lookup locates consented claims from token
(Authorization Code / Access Token) for token request handling. If consented claims are not available, null is
returned.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoLookup(TokenClaimsSet tokenClaims) Implemented to perform the actual lookup.Methods inherited from class net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.AbstractTokenClaimsLookupFunction
apply
-
Constructor Details
-
TokenRequestConsentedAttributesLookupFunction
public TokenRequestConsentedAttributesLookupFunction()
-
-
Method Details
-
doLookup
Implemented to perform the actual lookup.- Specified by:
doLookupin classAbstractTokenClaimsLookupFunction<List<Object>>- Parameters:
tokenClaims- token claims set to perform the lookup from.- Returns:
- lookup value.
-