feature request #6852
PhycoBank - feature request #6169: Algae Registry web-application
GrantedAuthorities and permission Groups for Phycobank
100%
Description
Permission Groups
with their associated GrantedAuthorities
required for phycobank:
Curator
new group with:
- REGISTRATION[CREATE,READ,UPDATE,DELETE]
Editor
existing group created by the FirstDataInserter
which needs additional authorities:
- REGISTRATION[CREATE,READ]
The additional Groups and Auhtorities are to be created by a Phycobank specific DataInserter
Related issues
Associated revisions
ref #6852 RunAsAuthenticator as abstract base class for all data inserters
fix #6852 data insterter to create Group 'Curation' and to extend 'Editor' for phycobank
- refactoring data inserter initialization
- removing obsolete component scans
ref #6852 removing invalid authority from data inserter
ref #6852 introducing a DummyDataInserter to be used instead of null
ref #6852 using the DummyDataInserter to avoid NPEs in the Spring ApplicationListener intitialization
ref #6852 adding permission group 'Submitter'
ref #6852 adding missing authority to group 'Submitter'
History
#1 Updated by Andreas Kohlbecker over 3 years ago
- Description updated (diff)
#2 Updated by Andreas Kohlbecker over 3 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 50
Applied in changeset cdm-vaadin|1d4b43d8b444f8229024422e22e2cb6836c743eb.
#3 Updated by Andreas Kohlbecker over 3 years ago
- Related to feature request #6654: implement a CdmPermissionVoter for Registrations added
#4 Updated by Andreas Kohlbecker over 3 years ago
- Related to deleted (feature request #6654: implement a CdmPermissionVoter for Registrations)
#5 Updated by Andreas Kohlbecker over 3 years ago
- Copied from feature request #6654: implement a CdmPermissionVoter for Registrations added
#6 Updated by Andreas Kohlbecker over 3 years ago
- Description updated (diff)
#7 Updated by Andreas Kohlbecker over 3 years ago
- Description updated (diff)
#8 Updated by Andreas Kohlbecker over 3 years ago
- Status changed from Resolved to Closed
- % Done changed from 50 to 100
#9 Updated by Andreas Kohlbecker over 3 years ago
- Related to feature request #7016: implement a CdmPermissionVoter for TypeDesignations added
#10 Updated by Andreas Kohlbecker over 3 years ago
- Related to feature request #7018: implement a CdmPermissionVoter and default authorities for SpecimenOrObservationBase added