Uses of Class
net.shibboleth.idp.plugin.oidc.op.messaging.context.OIDCAuthenticationResponseTokenClaimsContext
Packages that use OIDCAuthenticationResponseTokenClaimsContext
Package
Description
Profile action implementations related to OAuth2.
Profile action implementations related to OIDC.
-
Uses of OIDCAuthenticationResponseTokenClaimsContext 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 OIDCAuthenticationResponseTokenClaimsContextModifier and TypeFieldDescriptionBuildAccessToken.tokenClaimsContextLookupStrategyStrategy used to locate theOIDCAuthenticationResponseTokenClaimsContext.SetAuthorizationCodeToResponseContext.tokenClaimsContextLookupStrategyStrategy used to locate theOIDCAuthenticationResponseTokenClaimsContext.ValidateScope.tokenClaimsContextLookupStrategyStrategy used to locate theOIDCAuthenticationResponseTokenClaimsContext.Method parameters in net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl with type arguments of type OIDCAuthenticationResponseTokenClaimsContextModifier and TypeMethodDescriptionvoidBuildAccessToken.setOIDCAuthenticationResponseTokenClaimsContextLookupStrategy(Function<ProfileRequestContext, OIDCAuthenticationResponseTokenClaimsContext> strategy) Set the strategy used to locate theOIDCAuthenticationResponseTokenClaimsContextassociated with a givenProfileRequestContext.voidSetAuthorizationCodeToResponseContext.setOIDCAuthenticationResponseTokenClaimsContextLookupStrategy(Function<ProfileRequestContext, OIDCAuthenticationResponseTokenClaimsContext> strategy) Set the strategy used to locate theOIDCAuthenticationResponseTokenClaimsContextassociated with a givenProfileRequestContext.voidValidateScope.setOIDCAuthenticationResponseTokenClaimsContextLookupStrategy(Function<ProfileRequestContext, OIDCAuthenticationResponseTokenClaimsContext> strategy) Set the strategy used to locate theOIDCAuthenticationResponseTokenClaimsContextassociated with a givenProfileRequestContext. -
Uses of OIDCAuthenticationResponseTokenClaimsContext in net.shibboleth.idp.plugin.oidc.op.profile.impl
Fields in net.shibboleth.idp.plugin.oidc.op.profile.impl declared as OIDCAuthenticationResponseTokenClaimsContextModifier and TypeFieldDescriptionAddTokenDeliveryAttributesToClaimsSet.tokenClaimsCtxdelivery claims to copy to claims set.Fields in net.shibboleth.idp.plugin.oidc.op.profile.impl with type parameters of type OIDCAuthenticationResponseTokenClaimsContextModifier and TypeFieldDescriptionAddTokenDeliveryAttributesToClaimsSet.tokenClaimsContextLookupStrategyStrategy used to locate theOIDCAuthenticationResponseTokenClaimsContext.Method parameters in net.shibboleth.idp.plugin.oidc.op.profile.impl with type arguments of type OIDCAuthenticationResponseTokenClaimsContextModifier and TypeMethodDescriptionvoidAddTokenDeliveryAttributesToClaimsSet.setOIDCAuthenticationResponseTokenClaimsContextLookupStrategy(Function<ProfileRequestContext, OIDCAuthenticationResponseTokenClaimsContext> strategy) Set the strategy used to locate theOIDCAuthenticationResponseTokenClaimsContextassociated with a givenProfileRequestContext.