Uses of Class
net.shibboleth.idp.plugin.authn.oidc.rp.context.OAuth2ClientContext
-
Packages that use OAuth2ClientContext 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.impl 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 OAuth2ClientContext Modifier and Type Method Description OAuth2ClientContextOAuth2ClientContext. setClientId(String id)Set the client_id.OAuth2ClientContextOAuth2ClientContext. 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.context.navigate
Fields in net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate with type parameters of type OAuth2ClientContext Modifier and Type Field Description private Function<ProfileRequestContext,OAuth2ClientContext>ClientIDFromOAuth2ClientContextFunction. oauth2ClientContextLookupStrategyLookup strategy that to return aOAuth2ClientContext.Constructor parameters in net.shibboleth.idp.plugin.authn.oidc.rp.context.navigate with type arguments of type OAuth2ClientContext Constructor Description ClientIDFromOAuth2ClientContextFunction(Function<ProfileRequestContext,OAuth2ClientContext> strgy)Constructor. -
Uses of OAuth2ClientContext in net.shibboleth.idp.plugin.authn.oidc.rp.impl
Fields in net.shibboleth.idp.plugin.authn.oidc.rp.impl declared as OAuth2ClientContext Modifier and Type Field Description private 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 OAuth2ClientContext Modifier and Type Field Description private Function<ProfileRequestContext,OAuth2ClientContext>AuthorizationController. oauth2ClientContextLookupStrategyThe strategy used to lookup or create theOAuth2ClientContextfor storing the client_id.private Function<ProfileRequestContext,OAuth2ClientContext>DefaultRedirectUriCreationFunction. oauth2ClientContextLookupStrategyThe strategy used to lookup or create theOAuth2ClientContextfor storing the client_id.private Function<ProfileRequestContext,OAuth2ClientContext>InitializeAuthorizationRequest. oauth2ClientContextLookupStrategyThe strategy used to lookup or create theOAuth2ClientContextfor storing the client_id.private Function<ProfileRequestContext,OAuth2ClientContext>InitializeOAuth2ClientContext. oauth2ClientContextLookupStrategyThe strategy used to lookup or create theOAuth2ClientContextfor storing the client_id.
-