Project

General

Profile

« Previous | Next » 

Revision 55ecdf3a

Added by Andreas Kohlbecker over 6 years ago

ref #6867 generic failsave mechanism to grant per entity permission in CdmPopupEditors

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/PerEntityAuthorityGrantingEditor.java
19 19
 */
20 20
public interface PerEntityAuthorityGrantingEditor {
21 21

  
22
    /**
23
     * The editor will create a per entity authority for the bean being loaded in the editor and will
24
     * grant this authority to the current user.
25
     *
26
     * @param crud
27
     */
22 28
    public void grantToCurrentUser(EnumSet<CRUD> crud);
23 29

  
24 30
}

Also available in: Unified diff