Class AbstractTokenRequestLookupFunction<T>
java.lang.Object
net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.AbstractTokenRequestLookupFunction<T>
- Type Parameters:
T- type of lookup result to return.
- All Implemented Interfaces:
Function<ProfileRequestContext,,T> ContextDataLookupFunction<ProfileRequestContext,T>
- Direct Known Subclasses:
DefaultRequestCodeVerifierLookupFunction,TokenRequestAudienceLookupFunction,TokenRequestAuthorizationCodeLookupFunction,TokenRequestRedirectURILookupFunction,TokenRequestScopeLookupFunction
@Deprecated(since="4.2.0",
forRemoval=true)
public abstract class AbstractTokenRequestLookupFunction<T>
extends Object
implements ContextDataLookupFunction<ProfileRequestContext,T>
Deprecated, for removal: This API element is subject to removal in a future version.
A Abstract function extended by lookups searching fields from token request.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionapply(ProfileRequestContext input) Deprecated, for removal: This API element is subject to removal in a future version.(package private) abstract TdoLookup(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.
-
Constructor Details
-
AbstractTokenRequestLookupFunction
public AbstractTokenRequestLookupFunction()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.- Parameters:
req- token request to perform the lookup from.- Returns:
- lookup value.
-
apply
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
applyin interfaceFunction<ProfileRequestContext,T>
-