Uses of Class
is.galia.auth.AuthInfo
Packages that use AuthInfo
Package
Description
Contains authentication- and authorization-related classes.
HTTP resource classes and server request handler class.
-
Uses of AuthInfo in is.galia.auth
Methods in is.galia.auth that return AuthInfoModifier and TypeMethodDescriptionAuthorizer.authorize()
Authorizes a request after full information is available about the source image.Authorizer.authorizeBeforeAccess()
Authorizes a request early in the request cycle, before any information is available about the source image.AuthInfo.BooleanBuilder.build()
AuthInfo.RestrictiveBuilder.build()
-
Uses of AuthInfo in is.galia.resource
Methods in is.galia.resource with parameters of type AuthInfoModifier and TypeMethodDescriptionprotected 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 AuthInfo in is.galia.resource.iiif
Methods in is.galia.resource.iiif with parameters of type AuthInfoModifier 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: