Class TokenRequestAudienceLookupFunction
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.AbstractTokenRequestLookupFunction<List<String>>
-
- net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.TokenRequestAudienceLookupFunction
-
- All Implemented Interfaces:
Function<ProfileRequestContext,List<String>>,ContextDataLookupFunction<ProfileRequestContext,List<String>>
public class TokenRequestAudienceLookupFunction extends AbstractTokenRequestLookupFunction<List<String>>
A function that returns a copy of requested resource list from aTokenRequest.
-
-
Constructor Summary
Constructors Constructor Description TokenRequestAudienceLookupFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) List<String>doLookup(com.nimbusds.oauth2.sdk.TokenRequest req)Implemented to perform the actual lookup.-
Methods inherited from class net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.AbstractTokenRequestLookupFunction
apply
-
-
-
-
Method Detail
-
doLookup
@Nullable @NonnullElements List<String> doLookup(@Nonnull com.nimbusds.oauth2.sdk.TokenRequest req)
Implemented to perform the actual lookup.- Specified by:
doLookupin classAbstractTokenRequestLookupFunction<List<String>>- Parameters:
req- token request to perform the lookup from.- Returns:
- lookup value.
-
-