Uses of Class
net.shibboleth.idp.plugin.oidc.op.messaging.context.OIDCAuthenticationResponseContext
Packages that use OIDCAuthenticationResponseContext
Package
Description
Package for audit extractors related to OIDC.
Profile action implementations related to OAuth2.
Lookup functions.
Profile action implementations related to OIDC.
Extensions related to the construction and management of sessions.
Classes supporting the implementation of the UserInfo endpoint.
-
Uses of OIDCAuthenticationResponseContext in net.shibboleth.idp.plugin.oidc.op.audit.impl
Fields in net.shibboleth.idp.plugin.oidc.op.audit.impl with type parameters of type OIDCAuthenticationResponseContextModifier and TypeFieldDescriptionprivate final Function<ProfileRequestContext,OIDCAuthenticationResponseContext> AuthenticationContextReferenceAuditExtractor.ctxLookupStrategyLookup strategy for the context to find the subject value from.private final Function<ProfileRequestContext,OIDCAuthenticationResponseContext> SubjectTypeAuditExtractor.ctxLookupStrategyLookup strategy for the context to find the subject type from.private final Function<ProfileRequestContext,OIDCAuthenticationResponseContext> SubjectValueAuditExtractor.ctxLookupStrategyLookup strategy for the context to find the subject value from.Constructor parameters in net.shibboleth.idp.plugin.oidc.op.audit.impl with type arguments of type OIDCAuthenticationResponseContextModifierConstructorDescriptionAuthenticationContextReferenceAuditExtractor(Function<ProfileRequestContext, OIDCAuthenticationResponseContext> strategy) Constructor.SubjectTypeAuditExtractor(Function<ProfileRequestContext, OIDCAuthenticationResponseContext> strategy) Constructor.SubjectValueAuditExtractor(Function<ProfileRequestContext, OIDCAuthenticationResponseContext> strategy) Constructor. -
Uses of OIDCAuthenticationResponseContext in net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl
Fields in net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl declared as OIDCAuthenticationResponseContextModifier and TypeFieldDescriptionAbstractOAuthAuthorizationResponseAction.oidcResponseContextoidc response context.Methods in net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl that return OIDCAuthenticationResponseContextModifier and TypeMethodDescriptionAbstractOAuthAuthorizationResponseAction.getOidcResponseContext()Returns oidc response context. -
Uses of OIDCAuthenticationResponseContext in net.shibboleth.idp.plugin.oidc.op.profile.impl
Fields in net.shibboleth.idp.plugin.oidc.op.profile.impl declared as OIDCAuthenticationResponseContextModifier and TypeFieldDescriptionAbstractOIDCAuthenticationResponseAction.oidcResponseContextoidc response context.AbstractOIDCResponseAction.oidcResponseContextoidc response context.AbstractOIDCTokenResponseAction.oidcResponseContextoidc response context.Methods in net.shibboleth.idp.plugin.oidc.op.profile.impl that return OIDCAuthenticationResponseContextModifier and TypeMethodDescriptionAbstractOIDCAuthenticationResponseAction.getOidcResponseContext()Returns oidc response context.AbstractOIDCResponseAction.getOidcResponseContext()Returns oidc response context.AbstractOIDCTokenResponseAction.getOidcResponseContext()Returns oidc response context. -
Uses of OIDCAuthenticationResponseContext in net.shibboleth.idp.plugin.oidc.op.session.impl
Fields in net.shibboleth.idp.plugin.oidc.op.session.impl with type parameters of type OIDCAuthenticationResponseContextModifier and TypeFieldDescriptionOIDCRPSessionCreationStrategy.oidcResponseContextLookupStrategyLookup strategy for OIDC authentication response context.Method parameters in net.shibboleth.idp.plugin.oidc.op.session.impl with type arguments of type OIDCAuthenticationResponseContextModifier and TypeMethodDescriptionvoidOIDCRPSessionCreationStrategy.setOidcResponseContextLookupStrategy(Function<ProfileRequestContext, OIDCAuthenticationResponseContext> strategy) Set the lookup strategy for OIDC authentication response context. -
Uses of OIDCAuthenticationResponseContext in net.shibboleth.idp.plugin.oidc.op.userinfo.profile.impl
Fields in net.shibboleth.idp.plugin.oidc.op.userinfo.profile.impl declared as OIDCAuthenticationResponseContextModifier and TypeFieldDescriptionAbstractOIDCUserInfoValidationResponseAction.oidcResponseContextoidc response context.Methods in net.shibboleth.idp.plugin.oidc.op.userinfo.profile.impl that return OIDCAuthenticationResponseContextModifier and TypeMethodDescriptionAbstractOIDCUserInfoValidationResponseAction.getOidcResponseContext()Returns oidc response context.