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