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. -
-
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.
-