Class AbstractUserInfoTokenResponseLookupStrategy
java.lang.Object
net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate.AbstractUserInfoTokenResponseLookupStrategy
- Direct Known Subclasses:
EncryptedUserInfoJWTLookupStrategy,UserInfoInUserInfoResponseContextUpdateStrategy
Base class for looking up the UserInfo token response context.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Function<ProfileRequestContext,UserInfoResponseContext> Strategy used to look up theUserInfoResponseContext. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor.protectedAbstractUserInfoTokenResponseLookupStrategy(Function<ProfileRequestContext, UserInfoResponseContext> strategy) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionprotected Function<ProfileRequestContext,UserInfoResponseContext> Get the UserInfo response context lookup strategy.
-
Field Details
-
userInfoResponseContextLookupStrategy
@Nonnull private final Function<ProfileRequestContext,UserInfoResponseContext> userInfoResponseContextLookupStrategyStrategy used to look up theUserInfoResponseContext.
-
-
Constructor Details
-
AbstractUserInfoTokenResponseLookupStrategy
protected AbstractUserInfoTokenResponseLookupStrategy()Constructor. -
AbstractUserInfoTokenResponseLookupStrategy
protected AbstractUserInfoTokenResponseLookupStrategy(Function<ProfileRequestContext, UserInfoResponseContext> strategy) Constructor.- Parameters:
strategy- the strategy used look up theUserInfoResponseContext.
-
-
Method Details
-
getUserInfoResponseContextLookupStrategy
@Nonnull protected Function<ProfileRequestContext,UserInfoResponseContext> getUserInfoResponseContextLookupStrategy()Get the UserInfo response context lookup strategy.- Returns:
- the lookup strategy
-