Package io.goobi.viewer.model.security
Class AbstractPrivilegeHolder
java.lang.Object
io.goobi.viewer.model.security.AbstractPrivilegeHolder
- All Implemented Interfaces:
IPrivilegeHolder
- Direct Known Subclasses:
License,LicenseType
Abstract base implementation of
IPrivilegeHolder that defines the constant arrays
of record-level and CMS-level privilege names shared by all concrete privilege holders.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final String[]Constant array containing all constants for CMS privileges.protected static final String[]Constant array containing all constants for record privileges.Fields inherited from interface io.goobi.viewer.model.security.IPrivilegeHolder
PREFIX_PRIV, PREFIX_TICKET, PRIV_ARCHIVE_DISPLAY_NODE, PRIV_CMS_ALL_CATEGORIES, PRIV_CMS_ALL_SUBTHEMES, PRIV_CMS_ALL_TEMPLATES, PRIV_CMS_CATEGORIES, PRIV_CMS_COLLECTIONS, PRIV_CMS_MENU, PRIV_CMS_PAGES, PRIV_CMS_STATIC_PAGES, PRIV_CROWDSOURCING_ALL_CAMPAIGNS, PRIV_CROWDSOURCING_ANNOTATE_CAMPAIGN, PRIV_CROWDSOURCING_REVIEW_CAMPAIGN, PRIV_DELETE_OCR_PAGE, PRIV_DOWNLOAD_BORN_DIGITAL_FILES, PRIV_DOWNLOAD_IMAGES, PRIV_DOWNLOAD_METADATA, PRIV_DOWNLOAD_ORIGINAL_CONTENT, PRIV_DOWNLOAD_PAGE_PDF, PRIV_DOWNLOAD_PDF, PRIV_GENERATE_IIIF_MANIFEST, PRIV_LEGAL_DISCLAIMER, PRIV_LIST, PRIV_SET_REPRESENTATIVE_IMAGE, PRIV_VIEW_AUDIO, PRIV_VIEW_CMS, PRIV_VIEW_FULLTEXT, PRIV_VIEW_IMAGES, PRIV_VIEW_METADATA, PRIV_VIEW_THUMBNAILS, PRIV_VIEW_UGC, PRIV_VIEW_VIDEO, PRIV_ZOOM_IMAGES -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.goobi.viewer.model.security.IPrivilegeHolder
addPrivilege, getSortedPrivileges, hasPrivilege, isPrivCmsAllCategories, isPrivCmsAllSubthemes, isPrivCmsAllTemplates, isPrivCmsCategories, isPrivCmsCollections, isPrivCmsMenu, isPrivCmsPages, isPrivCmsStaticPages, isPrivCrowdsourcingAllCampaigns, isPrivCrowdsourcingAnnotateCampaign, isPrivCrowdsourcingReviewCampaign, isPrivViewUgc, removePrivilege, setPrivCmsAllCategories, setPrivCmsAllSubthemes, setPrivCmsAllTemplates, setPrivCmsCategories, setPrivCmsCollections, setPrivCmsMenu, setPrivCmsPages, setPrivCmsStaticPages, setPrivCrowdsourcingAllCampaigns, setPrivCrowdsourcingAnnotateCampaign, setPrivCrowdsourcingReviewCampaign, setPrivViewUgc
-
Field Details
-
PRIVS_RECORD
Constant array containing all constants for record privileges. -
PRIVS_CMS
Constant array containing all constants for CMS privileges.
-
-
Constructor Details
-
AbstractPrivilegeHolder
protected AbstractPrivilegeHolder()
-