Uses of Class
net.shibboleth.oidc.profile.context.AccessTokenResponseContext
Packages that use AccessTokenResponseContext
Package
Description
OIDC message encoders.
Validation functions for JWT claims.
-
Uses of AccessTokenResponseContext in net.shibboleth.oidc.profile.context
Methods in net.shibboleth.oidc.profile.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.oidc.profile.encoding.impl
Fields in net.shibboleth.oidc.profile.encoding.impl with type parameters of type AccessTokenResponseContextModifier and TypeFieldDescriptionUserInfoRequestEncoder.tokenResponseContextLookupStrategyStrategy used to look up theAccessTokenResponseContextto set the parameters for.Methods in net.shibboleth.oidc.profile.encoding.impl with parameters of type AccessTokenResponseContextModifier and TypeMethodDescriptionprivate voidUserInfoRequestEncoder.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 voidUserInfoRequestEncoder.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.oidc.profile.encoding.impl with type arguments of type AccessTokenResponseContextModifier and TypeMethodDescriptionvoidUserInfoRequestEncoder.setTokenResponseContextLookupStrategy(Function<ProfileRequestContext, AccessTokenResponseContext> strategy) Set the strategy used to lookup theAccessTokenResponseContext. -
Uses of AccessTokenResponseContext in net.shibboleth.oidc.security.jwt.claims.impl
Fields in net.shibboleth.oidc.security.jwt.claims.impl with type parameters of type AccessTokenResponseContextModifier and TypeFieldDescriptionprivate final Function<ProfileRequestContext,AccessTokenResponseContext> AbstractTokenResponseLookupStrategy.tokenResponseContextLookupStrategyStrategy used to locate theAccessTokenResponseContext.Methods in net.shibboleth.oidc.security.jwt.claims.impl that return types with arguments of type AccessTokenResponseContextModifier and TypeMethodDescriptionAbstractTokenResponseLookupStrategy.getTokenResponseContextLookupStrategy()Get the token response context lookup strategy.Constructor parameters in net.shibboleth.oidc.security.jwt.claims.impl with type arguments of type AccessTokenResponseContextModifierConstructorDescriptionprotectedAbstractTokenResponseLookupStrategy(Function<ProfileRequestContext, AccessTokenResponseContext> strategy) Constructor.IDTokenFromResponseContextLookupStrategy(Function<ProfileRequestContext, AccessTokenResponseContext> strategy) Constructor.Constructor.