Uses of Class
net.shibboleth.idp.plugin.oidc.op.profile.impl.AbstractBuildErrorResponseFromEvent
-
Packages that use AbstractBuildErrorResponseFromEvent Package Description net.shibboleth.idp.plugin.oidc.op.oauth2.profile.impl Profile action implementations related to OAuth2.net.shibboleth.idp.plugin.oidc.op.profile.impl Profile action implementations related to OIDC.net.shibboleth.idp.plugin.oidc.op.userinfo.profile.impl 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.impl Modifier and Type Class Description classBuildIntrospectionErrorResponseFromEventThis action reads an event from the configuredEventContextlookup strategy, constructs an OAuth2 Token Introspection error response message and attaches it as the outbound message.classBuildRevokeTokenErrorResponseFromEventThis 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
Subclasses of AbstractBuildErrorResponseFromEvent in net.shibboleth.idp.plugin.oidc.op.profile.impl Modifier and Type Class Description classBuildAuthenticationErrorResponseFromEventThis action reads an event from the configuredEventContextlookup strategy, constructs an OIDC authentication error response message and attaches it as the outbound message.classBuildJSONErrorResponseFromEventThis action reads an event from the configuredEventContextlookup strategy, constructs a json error response message and attaches it as the outbound message.classBuildRegistrationErrorResponseFromEventThis action reads an event from the configuredEventContextlookup strategy, constructs an OIDC client registration error response message and attaches it as the outbound message.classBuildTokenErrorResponseFromEventThis 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.impl Modifier and Type Class Description classBuildUserInfoErrorResponseFromEventThis action reads an event from the configuredEventContextlookup strategy, constructs an OIDC user info error response message and attaches it as the outbound message.
-