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 Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescription(package private) com.nimbusds.oauth2.sdk.ScopedoLookup(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.Methods inherited from class net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.AbstractTokenRequestLookupFunction
apply
-
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:
doLookupin classAbstractTokenRequestLookupFunction<com.nimbusds.oauth2.sdk.Scope>- Parameters:
req- token request to perform the lookup from.- Returns:
- lookup value.
-