1.15 Access restricted metadata
General
From version 24.12, the Goobi viewer also supports access-restricted metadata within a METS/MODS file. To configure this from start to finish, it is documented here as a use case.
Goobi workflow
In order for a metadata to be protected with access restriction, the functionality must be activated in the rule set with the attribute allowAccessRestriction="true"
:
The access restriction can then be activated or deactivated in the metadata editor by toggling the lock icon.
If a metadata is protected, this is displayed in the exported MODS via the shareable="no"
attribute:
Goobi viewer Indexer
Access-restricted metadata must be indexed in groups.
The Goobi viewer Indexer automatically recognises the access restriction based on the attribute and sets the value metadata_access_restricted for this. The following is an example of a field configuration for indexing:
Goobi viewer Core
There are various things to consider when activating the Goobi viewer Core. Firstly, the metadata must be configured for display in the desired location:
On the other hand, the access restriction without the "View metadata" right must be configured in the backend:
In the frontend, access-restricted metadata is labelled with an open lock symbol if you have the right to view it and it is displayed:
The fact that this XSLT has been applied can be recognised by the following comment in the first line of the delivered METS/MODS file: <!-- XSLT was applied... -->
Last updated
Was this helpful?