Class AbstractUserInfoTokenResponseLookupStrategy
java.lang.Object
net.shibboleth.sp.oidc.profile.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<org.opensaml.profile.context.ProfileRequestContext,net.shibboleth.oidc.profile.context.UserInfoResponseContext> Strategy used to look up theUserInfoResponseContext. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor.protectedAbstractUserInfoTokenResponseLookupStrategy(Function<org.opensaml.profile.context.ProfileRequestContext, net.shibboleth.oidc.profile.context.UserInfoResponseContext> strategy) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionprotected Function<org.opensaml.profile.context.ProfileRequestContext,net.shibboleth.oidc.profile.context.UserInfoResponseContext> Get the UserInfo response context lookup strategy.
-
Field Details
-
userInfoResponseContextLookupStrategy
@Nonnull private final Function<org.opensaml.profile.context.ProfileRequestContext,net.shibboleth.oidc.profile.context.UserInfoResponseContext> userInfoResponseContextLookupStrategyStrategy used to look up theUserInfoResponseContext.
-
-
Constructor Details
-
AbstractUserInfoTokenResponseLookupStrategy
protected AbstractUserInfoTokenResponseLookupStrategy()Constructor. -
AbstractUserInfoTokenResponseLookupStrategy
protected AbstractUserInfoTokenResponseLookupStrategy(Function<org.opensaml.profile.context.ProfileRequestContext, net.shibboleth.oidc.profile.context.UserInfoResponseContext> strategy) Constructor.- Parameters:
strategy- the strategy used look up theUserInfoResponseContext.
-
-
Method Details
-
getUserInfoResponseContextLookupStrategy
@Nonnull protected Function<org.opensaml.profile.context.ProfileRequestContext,net.shibboleth.oidc.profile.context.UserInfoResponseContext> getUserInfoResponseContextLookupStrategy()Get the UserInfo response context lookup strategy.- Returns:
- the lookup strategy
-