Class DefaultRequestStateLookupFunction
java.lang.Object
net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.AbstractAuthorizationRequestLookupFunction<State>
net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.DefaultRequestStateLookupFunction
- All Implemented Interfaces:
Function<ProfileRequestContext,,State> ContextDataLookupFunction<ProfileRequestContext,State>
@Deprecated(since="4.2.0",
forRemoval=true)
public class DefaultRequestStateLookupFunction
extends AbstractAuthorizationRequestLookupFunction<State>
Deprecated, for removal: This API element is subject to removal in a future version.
A function that returns copy of the state the request via a lookup function. This default lookup locates state from
OAuth authorization request if available. If information is not available, null is returned. If there is state in
request object it is used instead of state parameter.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate org.slf4j.LoggerDeprecated, for removal: This API element is subject to removal in a future version.Class logger. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected StateDeprecated, 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.AbstractAuthorizationRequestLookupFunction
apply, getRequestObject
-
Field Details
-
log
@Nonnull private org.slf4j.Logger logDeprecated, for removal: This API element is subject to removal in a future version.Class logger.
-
-
Constructor Details
-
DefaultRequestStateLookupFunction
public DefaultRequestStateLookupFunction()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 classAbstractAuthorizationRequestLookupFunction<State>- Parameters:
req- authorization request to perform the lookup from.- Returns:
- lookup value.
-