Uses of Class
net.shibboleth.idp.plugin.authn.oidc.rp.context.UserInfoResponseContext
-
Packages that use UserInfoResponseContext Package Description net.shibboleth.idp.plugin.authn.oidc.rp.context Context classes for RP-specific information needed by profile actions.net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate Functions to navigate profile contexts.net.shibboleth.idp.plugin.authn.oidc.rp.impl This package has an authentication implementation for OpenID Connect authentication providers.net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic 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 UserInfoResponseContext Modifier and Type Method Description UserInfoResponseContextUserInfoResponseContext. setUserInfo(com.nimbusds.openid.connect.sdk.UserInfoSuccessResponse info)Set the user info response. -
Uses of UserInfoResponseContext in net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate
Fields in net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate with type parameters of type UserInfoResponseContext Modifier and Type Field Description private Function<ProfileRequestContext,UserInfoResponseContext>AbstractUserInfoTokenResponseLookupStrategy. userInfoResponseContextLookupStrategyStrategy used to look up theUserInfoResponseContext.private Function<ProfileRequestContext,UserInfoResponseContext>DefaultUserInfoJWTLookupStrategy. userInfoResponseContextLookupStrategyStrategy used to look up theUserInfoResponseContext.Methods in net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate that return types with arguments of type UserInfoResponseContext Modifier and Type Method Description protected Function<ProfileRequestContext,UserInfoResponseContext>AbstractUserInfoTokenResponseLookupStrategy. getUserInfoResponseContextLookupStrategy()Get the UserInfo response context lookup strategy.Constructor parameters in net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate with type arguments of type UserInfoResponseContext Constructor Description AbstractUserInfoTokenResponseLookupStrategy(Function<ProfileRequestContext,UserInfoResponseContext> strategy)Constructor.DefaultUserInfoJWTLookupStrategy(Function<ProfileRequestContext,UserInfoResponseContext> strategy)Constructor.EncryptedUserInfoJWTLookupStrategy(Function<ProfileRequestContext,UserInfoResponseContext> strategy)Constructor.UserInfoInUserInfoResponseContextUpdateStrategy(Function<ProfileRequestContext,UserInfoResponseContext> strategy)Constructor. -
Uses of UserInfoResponseContext in net.shibboleth.idp.plugin.authn.oidc.rp.impl
Fields in net.shibboleth.idp.plugin.authn.oidc.rp.impl declared as UserInfoResponseContext Modifier and Type Field Description private UserInfoResponseContextValidateUserInfoJSONObjectClaims. userInfoCtxThe stashed user info response context.Fields in net.shibboleth.idp.plugin.authn.oidc.rp.impl with type parameters of type UserInfoResponseContext Modifier and Type Field Description private Function<ProfileRequestContext,UserInfoResponseContext>ProcessEndUserClaims. userInfoResponseContextLookupStrategyStrategy used to look up theUserInfoResponseContext.private Function<ProfileRequestContext,UserInfoResponseContext>UserInfoEndpointLookup. userInfoResponseContextLookupStrategyStrategy used to look up theAccessTokenResponseContextto set the parameters for.private Function<ProfileRequestContext,UserInfoResponseContext>ValidateUserInfoJSONObjectClaims. userInfoResponseContextLookupStrategyStrategy used to look up theUserInfoResponseContext.Method parameters in net.shibboleth.idp.plugin.authn.oidc.rp.impl with type arguments of type UserInfoResponseContext Modifier and Type Method Description voidProcessEndUserClaims. 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 UserInfoResponseContext Modifier and Type Field Description private 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 UserInfoResponseContext Modifier and Type Method Description protected 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 UserInfoResponseContext Constructor Description AbstractUserInfoResponseTypeCondition(Function<ProfileRequestContext,UserInfoResponseContext> strategy)Constructor.UserInfoPlainResponseTypeCondition(Function<ProfileRequestContext,UserInfoResponseContext> strategy)Constructor.
-