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>>

@Deprecated(since="4.2.0", forRemoval=true) public class DefaultRequestAudienceLookupFunction extends AbstractAuthorizationRequestLookupFunction<List<String>>
Deprecated, for removal: This API element is subject to removal in a future version.
A function that returns resource value of the authorization request. Since 4.1.0, the resource value is fetched via custom parameter name CUSTOM_RESOURCE_PARAM_NAME. The message decoders switches the incoming resource -parameter names into that. The request objects still contain the standard resource parameter name.
Since:
3.2.0
  • Field Details

    • CUSTOM_RESOURCE_PARAM_NAME

      public static final String CUSTOM_RESOURCE_PARAM_NAME
      Deprecated, for removal: This API element is subject to removal in a future version.
      Custom name for the resource parameter that allows non-uri values.
      See Also:
    • log

      @Nonnull private org.slf4j.Logger log
      Deprecated, for removal: This API element is subject to removal in a future version.
      Class logger.
  • Constructor Details

    • DefaultRequestAudienceLookupFunction

      public DefaultRequestAudienceLookupFunction()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details