Uses of Class
net.shibboleth.idp.plugin.authn.oidc.rp.context.AbstractAuthenticatableOIDCContext
-
Packages that use AbstractAuthenticatableOIDCContext 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.impl This package has an authentication implementation for OpenID Connect authentication providers.net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic Predicates for RP-specific messaging configuration. -
-
Uses of AbstractAuthenticatableOIDCContext in net.shibboleth.idp.plugin.authn.oidc.rp.context
Subclasses of AbstractAuthenticatableOIDCContext in net.shibboleth.idp.plugin.authn.oidc.rp.context Modifier and Type Class Description classAccessTokenResponseContextA context to hold an OIDC token request response.classUserInfoResponseContextA context to hold the response from the UserInfo endpoint.Methods in net.shibboleth.idp.plugin.authn.oidc.rp.context that return AbstractAuthenticatableOIDCContext Modifier and Type Method Description AbstractAuthenticatableOIDCContextAbstractAuthenticatableOIDCContext. 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 AbstractAuthenticatableOIDCContext Modifier and Type Method Description protected org.apache.http.HttpResponseAbstractHttpOIDCAuthenticationAction. executeHttpRequest(org.apache.http.client.methods.HttpUriRequest 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 AbstractAuthenticatableOIDCContext Modifier and Type Field Description private 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 AbstractAuthenticatableOIDCContext Constructor Description RequiresSignatureVerificationPredicate(Function<MessageContext,AbstractAuthenticatableOIDCContext> strategy)Constructor.
-