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 boolean
AbstractImageResource.authorize()
Uses anAuthorizer
to determine how to respond to the request.protected boolean
AbstractImageResource.authorizeBeforeAccess()
Uses anAuthorizer
to determine how to respond to the request.protected boolean
AbstractImageResource.handleAuthInfo
(AuthInfo info) Handles anAuthInfo
which 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 boolean
IIIFResource.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 boolean
InformationResource.authorize()
protected boolean
InformationResource.authorizeBeforeAccess()
-
Uses of ResourceException in is.galia.resource.iiif.v2
Methods in is.galia.resource.iiif.v2 that throw ResourceExceptionModifier and TypeMethodDescriptionprotected boolean
InformationResource.authorize()
protected boolean
InformationResource.authorizeBeforeAccess()
-
Uses of ResourceException in is.galia.resource.iiif.v3
Methods in is.galia.resource.iiif.v3 that throw ResourceExceptionModifier and TypeMethodDescriptionprotected boolean
InformationResource.authorize()
protected boolean
InformationResource.authorizeBeforeAccess()