Uses of Class
net.shibboleth.idp.plugin.authn.oidc.rp.context.OAuth2ClientContext
Packages that use OAuth2ClientContext
Package
Description
Context classes for RP-specific information needed by profile actions.
Functions to navigate profile contexts.
This package has an authentication implementation for OpenID Connect authentication providers.
-
Uses of OAuth2ClientContext in net.shibboleth.idp.plugin.authn.oidc.rp.context
Methods in net.shibboleth.idp.plugin.authn.oidc.rp.context that return OAuth2ClientContextModifier and TypeMethodDescriptionOAuth2ClientContext.setClientId(String id) Set the client_id.OAuth2ClientContext.setRedirectUriOverride(URI override) Set the redirect_uri to use in place of any other. -
Uses of OAuth2ClientContext in net.shibboleth.idp.plugin.authn.oidc.rp.impl
Fields in net.shibboleth.idp.plugin.authn.oidc.rp.impl declared as OAuth2ClientContextModifier and TypeFieldDescriptionprivate OAuth2ClientContextInitializeAuthorizationRequest.oauth2ClientContextThe stashed OAuth2 client context.private OAuth2ClientContextInitializeOAuth2ClientContext.oauth2ClientContextThe stashed OAuth2 client context.Fields in net.shibboleth.idp.plugin.authn.oidc.rp.impl with type parameters of type OAuth2ClientContextModifier and TypeFieldDescriptionDefaultRedirectUriCreationFunction.oauth2ClientContextLookupStrategyThe strategy used to lookup or create theOAuth2ClientContextfor storing the client_id.InitializeAuthorizationRequest.oauth2ClientContextLookupStrategyThe strategy used to lookup or create theOAuth2ClientContextfor storing the client_id.InitializeOAuth2ClientContext.oauth2ClientContextLookupStrategyThe strategy used to lookup or create theOAuth2ClientContextfor storing the client_id.Method parameters in net.shibboleth.idp.plugin.authn.oidc.rp.impl with type arguments of type OAuth2ClientContextModifier and TypeMethodDescriptionvoidDefaultRedirectUriCreationFunction.setOAuth2ClientContextLookupStrategy(Function<ProfileRequestContext, OAuth2ClientContext> strgy) Set the strategy to lookup theOAuth2ClientContextfrom theProfileRequestContext.voidInitializeAuthorizationRequest.setOAuth2ClientContextLookupStrategy(Function<ProfileRequestContext, OAuth2ClientContext> strgy) Set the strategy to lookup theOAuth2ClientContextfrom theProfileRequestContext.voidInitializeOAuth2ClientContext.setOAuth2ClientContextLookupStrategy(Function<ProfileRequestContext, OAuth2ClientContext> strgy) Set the strategy to lookup theOAuth2ClientContextfrom theProfileRequestContext.