Uses of Class
is.galia.resource.ResourceException
Packages that use ResourceException
Package
Description
HTTP resource classes and server request handler class.
Contains classes supporting the IIIF Image API 1.x endpoint.
Contains classes supporting the IIIF Image API 2.x endpoint.
Contains classes supporting the IIIF Image API 3.x endpoint.
-
Uses of ResourceException in is.galia.resource
Subclasses of ResourceException in is.galia.resourceMethods in is.galia.resource that throw ResourceExceptionModifier and TypeMethodDescriptionprotected booleanAbstractImageResource.authorize()Uses anAuthorizerto determine how to respond to the request.protected booleanAbstractImageResource.authorizeBeforeAccess()Uses anAuthorizerto determine how to respond to the request.protected booleanAbstractImageResource.handleAuthInfo(AuthInfo info) Handles anAuthInfowhich has been constructed from the return value of the pre-authorization or authorization delegate method. -
Uses of ResourceException in is.galia.resource.iiif
Subclasses of ResourceException in is.galia.resource.iiifMethods in is.galia.resource.iiif that throw ResourceExceptionModifier and TypeMethodDescriptionprotected booleanIIIFResource.handleAuthInfoForInfoRequest(AuthInfo info) Variant ofAbstractImageResource.handleAuthInfo(AuthInfo)For information requests, because information requests need to return a valid representation even for HTTP 4xx statuses per the IIIF Authentication API 1.0: -
Uses of ResourceException in is.galia.resource.iiif.v1
Methods in is.galia.resource.iiif.v1 that throw ResourceExceptionModifier and TypeMethodDescriptionprotected booleanInformationResource.authorize()protected booleanInformationResource.authorizeBeforeAccess() -
Uses of ResourceException in is.galia.resource.iiif.v2
Methods in is.galia.resource.iiif.v2 that throw ResourceExceptionModifier and TypeMethodDescriptionprotected booleanInformationResource.authorize()protected booleanInformationResource.authorizeBeforeAccess() -
Uses of ResourceException in is.galia.resource.iiif.v3
Methods in is.galia.resource.iiif.v3 that throw ResourceExceptionModifier and TypeMethodDescriptionprotected booleanInformationResource.authorize()protected booleanInformationResource.authorizeBeforeAccess()