Class TokenRequestValidRequestURIsLookupFunction
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.AbstractTokenClaimsLookupFunction<Set<URI>>
-
- net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.TokenRequestValidRequestURIsLookupFunction
-
- All Implemented Interfaces:
Function<ProfileRequestContext,Set<URI>>,ContextDataLookupFunction<ProfileRequestContext,Set<URI>>
public class TokenRequestValidRequestURIsLookupFunction extends AbstractTokenClaimsLookupFunction<Set<URI>>
For Token and UserInfo end points. A function that returns valid redirect uris via a lookup function. This lookup locates uris from token for token request handling. If token claims are not available, null is returned.
-
-
Constructor Summary
Constructors Constructor Description TokenRequestValidRequestURIsLookupFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Set<URI>doLookup(TokenClaimsSet tokenClaims)Implemented to perform the actual lookup.-
Methods inherited from class net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.AbstractTokenClaimsLookupFunction
apply
-
-
-
-
Method Detail
-
doLookup
protected Set<URI> doLookup(@Nonnull TokenClaimsSet tokenClaims)
Implemented to perform the actual lookup.- Specified by:
doLookupin classAbstractTokenClaimsLookupFunction<Set<URI>>- Parameters:
tokenClaims- token claims set to perform the lookup from.- Returns:
- lookup value.
-
-