Uses of Class
net.shibboleth.idp.plugin.authn.oidc.rp.context.AbstractAuthenticatableOIDCContext
Packages that use AbstractAuthenticatableOIDCContext
Package
Description
Context classes for RP-specific information needed by profile actions.
This package has an authentication implementation for OpenID Connect authentication providers.
Predicates for RP-specific messaging configuration.
-
Uses of AbstractAuthenticatableOIDCContext in net.shibboleth.idp.plugin.authn.oidc.rp.context
Modifier and TypeClassDescriptionclassA context to hold an OIDC token request response.classA context to hold the response from the UserInfo endpoint.Methods in net.shibboleth.idp.plugin.authn.oidc.rp.context that return AbstractAuthenticatableOIDCContextModifier and TypeMethodDescriptionAbstractAuthenticatableOIDCContext.setAuthenticated(boolean flag) Sets the flag indicating whether the information contained in this context has been authenticated. -
Uses of AbstractAuthenticatableOIDCContext in net.shibboleth.idp.plugin.authn.oidc.rp.impl
Methods in net.shibboleth.idp.plugin.authn.oidc.rp.impl with parameters of type AbstractAuthenticatableOIDCContextModifier and TypeMethodDescriptionprotected org.apache.hc.core5.http.ClassicHttpResponseAbstractHttpOIDCAuthenticationAction.executeHttpRequest(org.apache.hc.core5.http.ClassicHttpRequest request, AbstractAuthenticatableOIDCContext authenticatableContext) Performs a call to an HTTP endpoint using the configured HttpClient and security parameters.protected TAbstractHttpOIDCAuthenticationAction.handleRequest(ProfileRequestContext profileRequestContext, AbstractAuthenticatableOIDCContext authenticatableContext) Encode the request using the supplied request encoder strategy. -
Uses of AbstractAuthenticatableOIDCContext in net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic
Fields in net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic with type parameters of type AbstractAuthenticatableOIDCContextModifier and TypeFieldDescriptionprivate final Function<MessageContext,AbstractAuthenticatableOIDCContext> RequiresSignatureVerificationPredicate.authenticatableOIDCContextLookupStrategyStrategy used to lookup theAbstractAuthenticatableOIDCContextto test.Constructor parameters in net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic with type arguments of type AbstractAuthenticatableOIDCContextModifierConstructorDescriptionRequiresSignatureVerificationPredicate(Function<MessageContext, AbstractAuthenticatableOIDCContext> strategy) Constructor.