Uses of Annotation Interface
io.goobi.viewer.api.rest.bindings.AuthorizationBinding
Packages that use AuthorizationBinding
Package
Description
-
Uses of AuthorizationBinding in io.goobi.viewer.api.rest.filters
Classes in io.goobi.viewer.api.rest.filters with annotations of type AuthorizationBindingModifier and TypeClassDescriptionclass
Allows requests authorized by an authrization token. -
Uses of AuthorizationBinding in io.goobi.viewer.api.rest.v1.cache
Methods in io.goobi.viewer.api.rest.v1.cache with annotations of type AuthorizationBindingModifier and TypeMethodDescriptionCacheResource.clearCache
(boolean content, boolean thumbs, boolean pdf) CacheResource.clearCacheForRecord
(String pi, boolean content, boolean thumbs, boolean pdf) -
Uses of AuthorizationBinding in io.goobi.viewer.api.rest.v1.clients
Methods in io.goobi.viewer.api.rest.v1.clients with annotations of type AuthorizationBindingModifier and TypeMethodDescriptionClientApplicationsResource.getAllClients()
List all registeredClientApplication
s.List all registeredClientApplication
s.ClientApplicationsResource.setClient
(String clientIdentifier, ClientApplication update) Change properties of an existingClientApplication
. -
Uses of AuthorizationBinding in io.goobi.viewer.api.rest.v1.cms
Methods in io.goobi.viewer.api.rest.v1.cms with annotations of type AuthorizationBindingModifier and TypeMethodDescriptionvoid
CMSMediaResource.deleteAllFiles()
void
CMSMediaResource.deleteFile()
CMSMediaResource.getAllMedia
(String tags, Integer maxItems, Integer prioritySlots, Boolean random) getMediaByTag. -
Uses of AuthorizationBinding in io.goobi.viewer.api.rest.v1.downloads
Methods in io.goobi.viewer.api.rest.v1.downloads with annotations of type AuthorizationBindingModifier and TypeMethodDescriptionDownloadResource.deleteAllDownloadJobs()
Remove all jobs from the database.DownloadResource.deleteEPUBDownloadJob
(String pi) Remove a download job from the database.DownloadResource.deleteEPUBDownloadJob
(String pi, String logId) Remove a download job from the database.DownloadResource.deleteEPUBDownloadJobs()
Remove all jobs of a type from the database.DownloadResource.deletePDFDownloadJob
(String pi) Remove a download job from the database.DownloadResource.deletePDFDownloadJob
(String pi, String logId) Remove a download job from the database.DownloadResource.deletePDFDownloadJobs()
Remove all jobs of a type from the database.DownloadResource.getAllDownloadJobs()
Get information about all download jobs of a type.DownloadResource.getDownloadJobs()
Get information about all download jobs of a type.DownloadResource.getEPUBDownloadInfo
(String pi) Get information about a specific downloadJob.DownloadResource.getEPUBDownloadInfo
(String pi, String logId) Get information about a specific downloadJob.DownloadResource.getPDFDownloadInfo
(String pi) Get information about a specific downloadJob.DownloadResource.getPDFDownloadInfo
(String pi, String logId) Get information about a specific downloadJob.DownloadResource.getPDFDownloadJobs()
Get information about all download jobs of a type. -
Uses of AuthorizationBinding in io.goobi.viewer.api.rest.v1.records
Methods in io.goobi.viewer.api.rest.v1.records with annotations of type AuthorizationBindingModifier and TypeMethodDescriptionRecordResource.deleteRecord
(Boolean createTraceDocument) deleteRecord. -
Uses of AuthorizationBinding in io.goobi.viewer.api.rest.v1.statistics
Methods in io.goobi.viewer.api.rest.v1.statistics with annotations of type AuthorizationBindingModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
MovingWallStatisticsResource.getStatisticsForYear
(int year) -
Uses of AuthorizationBinding in io.goobi.viewer.api.rest.v1.statistics.usage
Classes in io.goobi.viewer.api.rest.v1.statistics.usage with annotations of type AuthorizationBindingModifier and TypeClassDescriptionclass
Class for retrieving usage statistics for a day or a range of days. -
Uses of AuthorizationBinding in io.goobi.viewer.api.rest.v2.cms
Methods in io.goobi.viewer.api.rest.v2.cms with annotations of type AuthorizationBindingModifier and TypeMethodDescriptionvoid
CMSMediaResource.deleteAllFiles()
void
CMSMediaResource.deleteFile()
CMSMediaResource.getAllMedia
(String tags, Integer maxItems, Integer prioritySlots, Boolean random) getMediaByTag.