Class DefaultRequestAudienceLookupFunction
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.AbstractAuthorizationRequestLookupFunction<List<String>>
-
- net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.DefaultRequestAudienceLookupFunction
-
- All Implemented Interfaces:
Function<ProfileRequestContext,List<String>>,ContextDataLookupFunction<ProfileRequestContext,List<String>>
public class DefaultRequestAudienceLookupFunction extends AbstractAuthorizationRequestLookupFunction<List<String>>
A function that returns resource value of the authorization request.- Since:
- 3.2.0
-
-
Field Summary
Fields Modifier and Type Field Description private org.slf4j.LoggerlogClass logger.
-
Constructor Summary
Constructors Constructor Description DefaultRequestAudienceLookupFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<String>doLookup(com.nimbusds.oauth2.sdk.AuthorizationRequest req)Implemented to perform the actual lookup.-
Methods inherited from class net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.AbstractAuthorizationRequestLookupFunction
apply, getRequestObject
-
-
-
-
Method Detail
-
doLookup
@Nullable protected List<String> doLookup(@Nonnull com.nimbusds.oauth2.sdk.AuthorizationRequest req)
Implemented to perform the actual lookup.- Specified by:
doLookupin classAbstractAuthorizationRequestLookupFunction<List<String>>- Parameters:
req- authorization request to perform the lookup from.- Returns:
- lookup value.
-
-