Actions
Phycobank and Webeditor (Vaadin)¶
Here we will document phycobank and webeditor related issues
- Table of contents
- Phycobank and Webeditor (Vaadin)
cdm-vaadin - CDM Vaadin UI¶
- VaadinNotes - design paterns, the cdm-vaadin project, vaadin run modes, managing sessions, ...
- Vaadin Developer Guide - workspace setup, launching, test urls
PhycobankPermission handling¶
Permissions per CDM entity are created as user permissions (table UserAccount_GrantedAuthorityImpl
).
They are created in CdmUserHelper.createAuthorityFor()
.
Presenter implementing permission handling must implement guaranteePerEntityCRUDPermissions()
and have CdmAuthority newAuthorityCreated
???
How are they deleted if not needed anymore?
Updated by Andreas Müller 21 days ago · 10 revisions