Class DefaultRequestedClaimsLookupFunction
java.lang.Object
net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.AbstractAuthorizationRequestLookupFunction<T>
net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.AbstractAuthenticationRequestLookupFunction<OIDCClaimsRequest>
net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.DefaultRequestedClaimsLookupFunction
- All Implemented Interfaces:
Function<ProfileRequestContext,,OIDCClaimsRequest> ContextDataLookupFunction<ProfileRequestContext,OIDCClaimsRequest>
@Deprecated(since="4.2.0",
forRemoval=true)
public class DefaultRequestedClaimsLookupFunction
extends AbstractAuthenticationRequestLookupFunction<OIDCClaimsRequest>
Deprecated, for removal: This API element is subject to removal in a future version.
A function that returns copy of requested claims via a lookup function. This default lookup locates requested claims
from oidc authentication request if available. If information is not available, null is returned. If there is claims
request in request object it is used instead of claims 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 OIDCClaimsRequestDeprecated, for removal: This API element is subject to removal in a future version.Implemented to perform the actual lookup from OIDC authentication request.Methods inherited from class net.shibboleth.idp.plugin.oidc.op.profile.context.navigate.AbstractAuthenticationRequestLookupFunction
doLookupMethods 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
-
DefaultRequestedClaimsLookupFunction
public DefaultRequestedClaimsLookupFunction()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 from OIDC authentication request.- Specified by:
doLookupin classAbstractAuthenticationRequestLookupFunction<OIDCClaimsRequest>- Parameters:
req- authentication request to perform the lookup from.- Returns:
- lookup value.
-