Uses of Class
net.shibboleth.idp.plugin.oidc.op.profile.impl.AbstractBuildErrorResponseFromEvent
Packages that use AbstractBuildErrorResponseFromEvent
Package
Description
Profile action implementations related to OAuth2.
Profile action implementations related to OIDC.
Classes supporting the implementation of the UserInfo endpoint.
-
Uses of AbstractBuildErrorResponseFromEvent in net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl
Subclasses of AbstractBuildErrorResponseFromEvent in net.shibboleth.idp.plugin.oidc.op.oauth2.profile.implModifier and TypeClassDescriptionclassThis action reads an event from the configuredEventContextlookup strategy, constructs an OAuth2 Token Introspection error response message and attaches it as the outbound message.classThis action reads an event from the configuredEventContextlookup strategy, constructs an OAuth2 Token PAR error response message and attaches it as the outbound message.classThis action reads an event from the configuredEventContextlookup strategy, constructs an OAuth2 Token Revocation error response message and attaches it as the outbound message. -
Uses of AbstractBuildErrorResponseFromEvent in net.shibboleth.idp.plugin.oidc.op.profile.impl
Modifier and TypeClassDescriptionclassThis action reads an event from the configuredEventContextlookup strategy, constructs an OIDC authentication error response message and attaches it as the outbound message.classThis action reads an event from the configuredEventContextlookup strategy, constructs an OIDC client registration error response message and attaches it as the outbound message.classThis action reads an event from the configuredEventContextlookup strategy, constructs an OIDC token error response message and attaches it as the outbound message. -
Uses of AbstractBuildErrorResponseFromEvent in net.shibboleth.idp.plugin.oidc.op.userinfo.profile.impl
Subclasses of AbstractBuildErrorResponseFromEvent in net.shibboleth.idp.plugin.oidc.op.userinfo.profile.implModifier and TypeClassDescriptionclassThis action reads an event from the configuredEventContextlookup strategy, constructs an OIDC user info error response message and attaches it as the outbound message.