Uses of Class
net.shibboleth.idp.plugin.authn.oidc.rp.context.AccessTokenResponseContext
-
Packages that use AccessTokenResponseContext Package Description net.shibboleth.idp.plugin.authn.oidc.rp.context Context classes for RP-specific information needed by profile actions.net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate Functions to navigate profile contexts.net.shibboleth.idp.plugin.authn.oidc.rp.encoding.impl This package has encoders for various OIDC/OAuth2 requests.net.shibboleth.idp.plugin.authn.oidc.rp.impl 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 AccessTokenResponseContext Modifier and Type Method Description AccessTokenResponseContextAccessTokenResponseContext. 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.context.navigate
Fields in net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate with type parameters of type AccessTokenResponseContext Modifier and Type Field Description private Function<ProfileRequestContext,AccessTokenResponseContext>AbstractTokenResponseLookupStrategy. tokenResponseContextLookupStrategyStrategy used to locate theAccessTokenResponseContextto extract the id_token from.private Function<ProfileRequestContext,AccessTokenResponseContext>IDTokenInAccessTokenUpdateStrategy. tokenResponseContextLookupStrategyStrategy used to look up theAccessTokenResponseContextto set id_token on.Methods in net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate that return types with arguments of type AccessTokenResponseContext Modifier and Type Method Description protected Function<ProfileRequestContext,AccessTokenResponseContext>AbstractTokenResponseLookupStrategy. getTokenResponseContextLookupStrategy()Get the token response context lookup strategy.Constructor parameters in net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate with type arguments of type AccessTokenResponseContext Constructor Description AbstractTokenResponseLookupStrategy(Function<ProfileRequestContext,AccessTokenResponseContext> strategy)Constructor.AccessTokenLookupStrategy(Function<ProfileRequestContext,AccessTokenResponseContext> strategy)Constructor.DefaultIDTokenLookupStrategy(Function<ProfileRequestContext,AccessTokenResponseContext> strategy)Constructor.EncryptedIDTokenLookupStrategy(Function<ProfileRequestContext,AccessTokenResponseContext> strategy)Constructor.IDTokenInAccessTokenUpdateStrategy(Function<ProfileRequestContext,AccessTokenResponseContext> strategy)Constructor.IDTokenJOSEHeaderLookupStrategy(Function<ProfileRequestContext,AccessTokenResponseContext> strategy)Constructor.SubFromIDTokenLookupFunction(Function<ProfileRequestContext,AccessTokenResponseContext> strategy)Constructor. -
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 AccessTokenResponseContext Modifier and Type Field Description private Function<ProfileRequestContext,AccessTokenResponseContext>DefaultUserInfoRequestEncoder. 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 AccessTokenResponseContext Modifier and Type Method Description private voidDefaultUserInfoRequestEncoder. addBearerTokenToGet(org.apache.http.client.methods.RequestBuilder rb, AccessTokenResponseContext responseCtx)Add the bearer token to the Authorization header, used when issuing HTTP GET requests.private voidDefaultUserInfoRequestEncoder. addBearerTokenToPost(org.apache.http.client.methods.RequestBuilder 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 AccessTokenResponseContext Modifier and Type Method Description voidDefaultUserInfoRequestEncoder. setTokenResponseContextLookupStrategy(Function<ProfileRequestContext,AccessTokenResponseContext> strategy)Set the strategy used to lookup theAccessTokenResponseContext. -
Uses of AccessTokenResponseContext in net.shibboleth.idp.plugin.authn.oidc.rp.impl
Method parameters in net.shibboleth.idp.plugin.authn.oidc.rp.impl with type arguments of type AccessTokenResponseContext Modifier and Type Method Description voidProcessEndUserClaims. 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 AccessTokenResponseContext Constructor Description AccessTokenToPrivateCredentialsMappingStrategy(Function<ProfileRequestContext,AccessTokenResponseContext> strategy)Constructor.
-