Uses of Class
net.shibboleth.idp.plugin.oidc.op.messaging.context.OIDCAuthenticationResponseConsentContext
-
Packages that use OIDCAuthenticationResponseConsentContext Package Description net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl Profile action implementations related to OAuth2.net.shibboleth.idp.plugin.oidc.op.profile.impl 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 OIDCAuthenticationResponseConsentContext Modifier and Type Field Description private Function<ProfileRequestContext,OIDCAuthenticationResponseConsentContext>BuildAccessToken. consentContextLookupStrategyStrategy used to locate theOIDCAuthenticationResponseConsentContext.private Function<ProfileRequestContext,OIDCAuthenticationResponseConsentContext>SetAuthorizationCodeToResponseContext. consentContextLookupStrategyStrategy used to locate theOIDCAuthenticationResponseConsentContext.Method parameters in net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl with type arguments of type OIDCAuthenticationResponseConsentContext Modifier and Type Method Description voidBuildAccessToken. 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 OIDCAuthenticationResponseConsentContext Modifier and Type Field Description private Function<ProfileRequestContext,OIDCAuthenticationResponseConsentContext>AddAttributesToClaimsSet. consentContextLookupStrategyStrategy used to locate theOIDCAuthenticationResponseConsentContext.Method parameters in net.shibboleth.idp.plugin.oidc.op.profile.impl with type arguments of type OIDCAuthenticationResponseConsentContext Modifier and Type Method Description voidAddAttributesToClaimsSet. setOIDCAuthenticationResponseConsentContextLookupStrategy(Function<ProfileRequestContext,OIDCAuthenticationResponseConsentContext> strategy)Set the strategy used to locate theOIDCAuthenticationResponseTokenClaimsContextassociated with a givenProfileRequestContext.
-