Uses of Annotation Interface
io.goobi.viewer.api.rest.bindings.AdminLoggedInBinding
Packages that use AdminLoggedInBinding
Package
Description
JAX-RS request and response filters implementing cross-cutting concerns such as
access control, CORS headers, IIIF image parameter validation, and PDF/image delivery guards.
Root package for version 1 of the Goobi viewer REST API, containing the JAX-RS application
bootstrap, URL constants, and sub-packages for all v1 endpoint resources.
REST resources for media delivery in the v1 API, providing image serving for external
URLs, general media files, and temporary upload management for media assets.
REST resources for image and PDF delivery within record contexts in the v1 API,
covering IIIF image API endpoints for record pages, file images, and PDF generation.
-
Uses of AdminLoggedInBinding in io.goobi.viewer.api.rest.filters
Classes in io.goobi.viewer.api.rest.filters with annotations of type AdminLoggedInBindingModifier and TypeClassDescriptionclassJAX-RS request filter that only allows requests from sessions belonging to a logged-in Goobi viewer administrator account, or with a valid Bearer token belonging to an admin user. -
Uses of AdminLoggedInBinding in io.goobi.viewer.api.rest.v1
Classes in io.goobi.viewer.api.rest.v1 with annotations of type AdminLoggedInBindingModifier and TypeClassDescriptionclassREST endpoint for log file polling (WebSocket fallback). -
Uses of AdminLoggedInBinding in io.goobi.viewer.api.rest.v1.media
Classes in io.goobi.viewer.api.rest.v1.media with annotations of type AdminLoggedInBindingModifier and TypeClassDescriptionclassUpload of resouces for DC record creation.class -
Uses of AdminLoggedInBinding in io.goobi.viewer.api.rest.v1.records.media
Methods in io.goobi.viewer.api.rest.v1.records.media with annotations of type AdminLoggedInBinding