Uses of Interface
net.shibboleth.idp.plugin.oidc.op.profile.EventIdToErrorObjectMapping
Packages that use EventIdToErrorObjectMapping
Package
Description
Common utility classes related to OIDC profile actions.
Profile action implementations related to OIDC.
-
Uses of EventIdToErrorObjectMapping in net.shibboleth.idp.plugin.oidc.op.profile
Classes in net.shibboleth.idp.plugin.oidc.op.profile that implement EventIdToErrorObjectMappingModifier and TypeClassDescriptionclassA base class for classes implementingEventIdToErrorObjectMapping.classAn error mapping related to authentication requests.classAn error mapping related to token introspection.classAn error mapping related to pushed authorization requests.classAn error mapping related to dynamic registration.classAn error mapping related to token revocation.classAn error mapping related to token endpoint.classAn error mapping related to user info. -
Uses of EventIdToErrorObjectMapping in net.shibboleth.idp.plugin.oidc.op.profile.impl
Classes in net.shibboleth.idp.plugin.oidc.op.profile.impl with type parameters of type EventIdToErrorObjectMappingModifier and TypeClassDescriptionclassAbstractBuildErrorResponseFromEvent<T extends com.nimbusds.oauth2.sdk.ErrorResponse,M extends EventIdToErrorObjectMapping> This action is extended by error response actions.