Uses of Class
net.shibboleth.idp.plugin.authn.oidc.rp.context.AccessTokenResponseContext
Packages that use AccessTokenResponseContext
Package
Description
Context classes for RP-specific information needed by profile actions.
Functions to navigate profile contexts.
This package has encoders for various OIDC/OAuth2 requests.
This package has an authentication implementation for OpenID Connect authentication providers.
-
Uses of AccessTokenResponseContext in net.shibboleth.idp.plugin.authn.oidc.rp.context
Methods in net.shibboleth.idp.plugin.authn.oidc.rp.context that return AccessTokenResponseContextModifier and TypeMethodDescriptionAccessTokenResponseContext.setTokenResponse(com.nimbusds.openid.connect.sdk.OIDCTokenResponse token) Set the OAuth 2.0 and OIDC Token Response. -
Uses of AccessTokenResponseContext in net.shibboleth.idp.plugin.authn.oidc.rp.encoding.impl
Fields in net.shibboleth.idp.plugin.authn.oidc.rp.encoding.impl with type parameters of type AccessTokenResponseContextModifier and TypeFieldDescriptionDefaultUserInfoRequestEncoder.tokenResponseContextLookupStrategyStrategy used to look up theAccessTokenResponseContextto set the parameters for.Methods in net.shibboleth.idp.plugin.authn.oidc.rp.encoding.impl with parameters of type AccessTokenResponseContextModifier and TypeMethodDescriptionprivate voidDefaultUserInfoRequestEncoder.addBearerTokenToGet(org.apache.hc.core5.http.io.support.ClassicRequestBuilder rb, AccessTokenResponseContext responseCtx) Add the bearer token to the Authorization header, used when issuing HTTP GET requests.private voidDefaultUserInfoRequestEncoder.addBearerTokenToPost(org.apache.hc.core5.http.io.support.ClassicRequestBuilder rb, AccessTokenResponseContext responseCtx) Add the bearer token to the 'access_token' parameter, used when issuing HTTP POST requests.Method parameters in net.shibboleth.idp.plugin.authn.oidc.rp.encoding.impl with type arguments of type AccessTokenResponseContextModifier and TypeMethodDescriptionvoidDefaultUserInfoRequestEncoder.setTokenResponseContextLookupStrategy(Function<ProfileRequestContext, AccessTokenResponseContext> strategy) Set the strategy used to lookup theAccessTokenResponseContext. -
Uses of AccessTokenResponseContext in net.shibboleth.idp.plugin.authn.oidc.rp.impl
Fields in net.shibboleth.idp.plugin.authn.oidc.rp.impl with type parameters of type AccessTokenResponseContextModifier and TypeFieldDescriptionProcessEndUserClaims.accessTokenResponseContextLookupStrategyStrategy used to look up theAccessTokenResponseContext.private final Function<ProfileRequestContext,AccessTokenResponseContext> AccessTokenToPrivateCredentialsMappingStrategy.tokenResponseContextLookupStrategyStrategy used to look up theAccessTokenResponseContextto set the parameters for.ExchangeCodeForAccessToken.tokenResponseContextLookupStrategyStrategy used to look up theAccessTokenResponseContextto set the parameters for.ValidateOAuthAccessTokenResponse.tokenResponseContextLookupStrategyStrategy used to look up theAccessTokenResponseContextto validate.ValidateUserInfoJSONObjectClaims.tokenResponseContextLookupStrategyStrategy used to look up theAccessTokenResponseContext.Method parameters in net.shibboleth.idp.plugin.authn.oidc.rp.impl with type arguments of type AccessTokenResponseContextModifier and TypeMethodDescriptionvoidProcessEndUserClaims.setAccessTokenResponseContextLookupStrategy(Function<ProfileRequestContext, AccessTokenResponseContext> strategy) Set the strategy used to look up aAccessTokenResponseContext.voidExchangeCodeForAccessToken.setTokenResponseContextLookupStrategy(Function<ProfileRequestContext, AccessTokenResponseContext> strategy) Set the strategy used to look up aAccessTokenResponseContext.voidValidateOAuthAccessTokenResponse.setTokenResponseContextLookupStrategy(Function<ProfileRequestContext, AccessTokenResponseContext> strategy) Set the strategy used to look up aAccessTokenResponseContext.voidValidateUserInfoJSONObjectClaims.setTokenResponseContextLookupStrategy(Function<ProfileRequestContext, AccessTokenResponseContext> strategy) Set the strategy used to look up aAccessTokenResponseContext.Constructor parameters in net.shibboleth.idp.plugin.authn.oidc.rp.impl with type arguments of type AccessTokenResponseContextModifierConstructorDescriptionAccessTokenToPrivateCredentialsMappingStrategy(Function<ProfileRequestContext, AccessTokenResponseContext> strategy) Constructor.