Class PushedAuthorizationErrorObjectMapping
java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
net.shibboleth.shared.component.AbstractIdentifiedInitializableComponent
net.shibboleth.shared.component.AbstractIdentifiableInitializableComponent
net.shibboleth.idp.plugin.oidc.op.profile.AbstractErrorObjectMapping
net.shibboleth.idp.plugin.oidc.op.profile.PushedAuthorizationErrorObjectMapping
- All Implemented Interfaces:
EventIdToErrorObjectMapping,Component,DestructableComponent,IdentifiableComponent,IdentifiedComponent,InitializableComponent
An error mapping related to pushed authorization requests.
- Since:
- 4.4.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.idp.plugin.oidc.op.profile.AbstractErrorObjectMapping
doInitialize, getErrorObject, getEventId, setErrorObject, setEventIdMethods inherited from class net.shibboleth.shared.component.AbstractIdentifiableInitializableComponent
setIdMethods inherited from class net.shibboleth.shared.component.AbstractIdentifiedInitializableComponent
ensureId, getId, ifDestroyedThrowDestroyedComponentException, ifInitializedThrowUnmodifiabledComponentException, ifNotInitializedThrowUninitializedComponentExceptionMethods inherited from class net.shibboleth.shared.component.AbstractInitializableComponent
checkComponentActive, checkSetterPreconditions, destroy, doDestroy, initialize, isDestroyed, isInitializedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.shibboleth.shared.component.IdentifiedComponent
getId
-
Constructor Details
-
PushedAuthorizationErrorObjectMapping
public PushedAuthorizationErrorObjectMapping()
-