Uses of Class
io.goobi.viewer.exceptions.AccessDeniedException
Packages that use AccessDeniedException
Package
Description
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.
Core controller and utility classes of the Goobi viewer.
JPA-based data access object implementation providing the full persistence layer for the Goobi viewer,
including a custom class loader and the central
JPADAO that covers all entity types.Provides the core search domain model for the Goobi viewer, covering search queries,
facets, hit representation, browse elements, filters, and Solr result processing.
Provides classes for generating XML sitemaps of digitized records and CMS pages.
Contains the core viewer model, including the central
ViewManager, physical and structural record elements,
page navigation, MIME type handling, and supporting value types used across the viewer presentation layer.-
Uses of AccessDeniedException in io.goobi.viewer.api.rest.v1.media
Methods in io.goobi.viewer.api.rest.v1.media that throw AccessDeniedExceptionModifier and TypeMethodDescriptionMediaResource.serveAudioContent(String format, String filename) serveMediaContent. -
Uses of AccessDeniedException in io.goobi.viewer.controller
Methods in io.goobi.viewer.controller that throw AccessDeniedExceptionModifier and TypeMethodDescriptionstatic StringDataFileTools.loadMei(String pi, HttpServletRequest servletRequest) -
Uses of AccessDeniedException in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl that throw AccessDeniedException -
Uses of AccessDeniedException in io.goobi.viewer.model.search
Methods in io.goobi.viewer.model.search that throw AccessDeniedExceptionModifier and TypeMethodDescriptionSearchHit.getFulltext(HttpServletRequest request, String pi, String authorityIdentifier, org.apache.solr.common.SolrDocument childDoc) -
Uses of AccessDeniedException in io.goobi.viewer.model.sitemap
Methods in io.goobi.viewer.model.sitemap that throw AccessDeniedExceptionModifier and TypeMethodDescriptionvoidSitemapBuilder.updateSitemap(SitemapRequestParameters params) voidSitemapBuilder.updateSitemap(String outputPath, String viewerRootUrl) Starts a single-threaded sitemap generation run. -
Uses of AccessDeniedException in io.goobi.viewer.model.viewer
Methods in io.goobi.viewer.model.viewer that throw AccessDeniedExceptionModifier and TypeMethodDescriptionPhysicalElement.loadAlto()Loads ALTO data for this page via the REST service, if not yet loaded.