Uses of Class
net.shibboleth.idp.plugin.oidc.op.messaging.context.OIDCAuthenticationResponseConsentContext
Packages that use OIDCAuthenticationResponseConsentContext
Package
Description
Profile action implementations related to OAuth2.
Profile action implementations related to OIDC.
-
Uses of OIDCAuthenticationResponseConsentContext in net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl
Fields in net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl with type parameters of type OIDCAuthenticationResponseConsentContextModifier and TypeFieldDescriptionBuildAccessToken.consentContextLookupStrategyStrategy used to locate theOIDCAuthenticationResponseConsentContext.SetAuthorizationCodeToResponseContext.consentContextLookupStrategyStrategy used to locate theOIDCAuthenticationResponseConsentContext.Method parameters in net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl with type arguments of type OIDCAuthenticationResponseConsentContextModifier and TypeMethodDescriptionvoidBuildAccessToken.setOIDCAuthenticationResponseConsentContextLookupStrategy(Function<ProfileRequestContext, OIDCAuthenticationResponseConsentContext> strategy) Set the strategy used to locate theOIDCAuthenticationResponseConsentContextassociated with a givenProfileRequestContext.voidSetAuthorizationCodeToResponseContext.setOIDCAuthenticationResponseConsentContextLookupStrategy(Function<ProfileRequestContext, OIDCAuthenticationResponseConsentContext> strategy) Set the strategy used to locate theOIDCAuthenticationResponseTokenClaimsContextassociated with a givenProfileRequestContext. -
Uses of OIDCAuthenticationResponseConsentContext in net.shibboleth.idp.plugin.oidc.op.profile.impl
Fields in net.shibboleth.idp.plugin.oidc.op.profile.impl with type parameters of type OIDCAuthenticationResponseConsentContextModifier and TypeFieldDescriptionAddAttributesToClaimsSet.consentContextLookupStrategyStrategy used to locate theOIDCAuthenticationResponseConsentContext.Method parameters in net.shibboleth.idp.plugin.oidc.op.profile.impl with type arguments of type OIDCAuthenticationResponseConsentContextModifier and TypeMethodDescriptionvoidAddAttributesToClaimsSet.setOIDCAuthenticationResponseConsentContextLookupStrategy(Function<ProfileRequestContext, OIDCAuthenticationResponseConsentContext> strategy) Set the strategy used to locate theOIDCAuthenticationResponseTokenClaimsContextassociated with a givenProfileRequestContext.