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.navigate Functions to navigate profile contexts.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.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>DefaultUserInfoTokenLookupStrategy. userInfoResponseContextLookupStrategyStrategy used to look up theUserInfoResponseContext.private Function<ProfileRequestContext,UserInfoResponseContext>UserInfoInUserInfoResponseContextUpdateStrategy. userInfoResponseContextLookupStrategyStrategy used to look up theAccessTokenResponseContextto set id_token on.Constructor parameters in net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate with type arguments of type UserInfoResponseContext Constructor Description DefaultUserInfoTokenLookupStrategy(Function<ProfileRequestContext,UserInfoResponseContext> strategy)Constructor.UserInfoInUserInfoResponseContextUpdateStrategy(Function<ProfileRequestContext,UserInfoResponseContext> strategy)Constructor. -
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 booleanUserInfoEncryptedJWTResponseTypeCondition. doTest(ProfileRequestContext prc, UserInfoResponseContext context)protected booleanUserInfoPlainResponseTypeCondition. doTest(ProfileRequestContext prc, UserInfoResponseContext context)protected booleanUserInfoSignedJWTResponseTypeCondition. 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.
-