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>>
@Deprecated(since="4.2.0",
forRemoval=true)
public class TokenRequestAudienceLookupFunction
extends AbstractTokenRequestLookupFunction<List<String>>
Deprecated, for removal: This API element is subject to removal in a future version.
A function that returns a copy of requested resource list from a
TokenRequest.
Since 4.1.0, the resource value is fetched via custom parameter name
DefaultRequestAudienceLookupFunction.CUSTOM_RESOURCE_PARAM_NAME. The token request message decoder switches
the incoming resource -parameter names into that.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiondoLookup(TokenRequest req) Deprecated, for removal: This API element is subject to removal in a future version.Implemented to perform the actual lookup.Methods inherited from class net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.AbstractTokenRequestLookupFunction
apply
-
Constructor Details
-
TokenRequestAudienceLookupFunction
public TokenRequestAudienceLookupFunction()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
doLookup
Deprecated, for removal: This API element is subject to removal in a future version.Implemented to perform the actual lookup.- Specified by:
doLookupin classAbstractTokenRequestLookupFunction<List<String>>- Parameters:
req- token request to perform the lookup from.- Returns:
- lookup value.
-