Uses of Class
net.shibboleth.idp.plugin.authn.oidc.rp.context.UserInfoResponseContext
Packages that use UserInfoResponseContext
Package
Description
Context classes for RP-specific information needed by profile actions.
Functions to navigate profile contexts.
This package has an authentication implementation for OpenID Connect authentication providers.
Predicates for RP-specific messaging configuration.
-
Uses of UserInfoResponseContext in net.shibboleth.idp.plugin.authn.oidc.rp.context
Methods in net.shibboleth.idp.plugin.authn.oidc.rp.context that return UserInfoResponseContextModifier and TypeMethodDescriptionUserInfoResponseContext.setUserInfo(com.nimbusds.openid.connect.sdk.UserInfoSuccessResponse info) Set the user info response. -
Uses of UserInfoResponseContext in net.shibboleth.idp.plugin.authn.oidc.rp.impl
Fields in net.shibboleth.idp.plugin.authn.oidc.rp.impl declared as UserInfoResponseContextModifier and TypeFieldDescriptionprivate UserInfoResponseContextValidateUserInfoJSONObjectClaims.userInfoCtxThe stashed user info response context.Fields in net.shibboleth.idp.plugin.authn.oidc.rp.impl with type parameters of type UserInfoResponseContextModifier and TypeFieldDescriptionProcessEndUserClaims.userInfoResponseContextLookupStrategyStrategy used to look up theUserInfoResponseContext.UserInfoEndpointLookup.userInfoResponseContextLookupStrategyStrategy used to look up theAccessTokenResponseContextto set the parameters for.ValidateUserInfoJSONObjectClaims.userInfoResponseContextLookupStrategyStrategy used to look up theUserInfoResponseContext.Method parameters in net.shibboleth.idp.plugin.authn.oidc.rp.impl with type arguments of type UserInfoResponseContextModifier and TypeMethodDescriptionvoidProcessEndUserClaims.setUserInfoResponseContextLookupStrategy(Function<ProfileRequestContext, UserInfoResponseContext> strategy) Set the strategy used to look up aUserInfoResponseContext.voidUserInfoEndpointLookup.setUserInfoResponseContextLookupStrategy(Function<ProfileRequestContext, UserInfoResponseContext> strategy) Set the strategy used to look up aUserInfoResponseContext.voidValidateUserInfoJSONObjectClaims.setUserInfoResponseContextLookupStrategy(Function<ProfileRequestContext, UserInfoResponseContext> strategy) Set the strategy used to look up aUserInfoResponseContext. -
Uses of UserInfoResponseContext in net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic
Fields in net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic with type parameters of type UserInfoResponseContextModifier and TypeFieldDescriptionprivate final Function<ProfileRequestContext,UserInfoResponseContext> AbstractUserInfoResponseTypeCondition.userInfoResponseContextLookupStrategyStrategy used to look up theUserInfoResponseContext.Methods in net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic with parameters of type UserInfoResponseContextModifier and TypeMethodDescriptionprotected abstract booleanAbstractUserInfoResponseTypeCondition.doTest(ProfileRequestContext prc, UserInfoResponseContext context) Implementations should override this method to provide necessary logic.protected booleanUserInfoPlainResponseTypeCondition.doTest(ProfileRequestContext prc, UserInfoResponseContext context) Constructor parameters in net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic with type arguments of type UserInfoResponseContextModifierConstructorDescriptionprotectedAbstractUserInfoResponseTypeCondition(Function<ProfileRequestContext, UserInfoResponseContext> strategy) Constructor.UserInfoPlainResponseTypeCondition(Function<ProfileRequestContext, UserInfoResponseContext> strategy) Constructor.