Class TokenRequestScopeLookupFunction

java.lang.Object
net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.AbstractTokenRequestLookupFunction<com.nimbusds.oauth2.sdk.Scope>
net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.TokenRequestScopeLookupFunction
All Implemented Interfaces:
Function<ProfileRequestContext,com.nimbusds.oauth2.sdk.Scope>, ContextDataLookupFunction<ProfileRequestContext,com.nimbusds.oauth2.sdk.Scope>

@Deprecated(since="4.2.0", forRemoval=true) public class TokenRequestScopeLookupFunction extends AbstractTokenRequestLookupFunction<com.nimbusds.oauth2.sdk.Scope>
Deprecated, for removal: This API element is subject to removal in a future version.
A function that returns a copy of requested scopes from a TokenRequest.
  • Constructor Details

    • TokenRequestScopeLookupFunction

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

    • doLookup

      com.nimbusds.oauth2.sdk.Scope doLookup(@Nonnull com.nimbusds.oauth2.sdk.TokenRequest req)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Implemented to perform the actual lookup.
      Specified by:
      doLookup in class AbstractTokenRequestLookupFunction<com.nimbusds.oauth2.sdk.Scope>
      Parameters:
      req - token request to perform the lookup from.
      Returns:
      lookup value.