Project

General

Profile

Download (675 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
* Copyright (C) 2017 EDIT
3
* European Distributed Institute of Taxonomy
4
* http://www.e-taxonomy.eu
5
*
6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7
* See LICENSE.TXT at the top of this package for the full license terms.
8
*/
9
package eu.etaxonomy.cdm.vaadin.permission;
10

    
11
import java.util.UUID;
12

    
13
import eu.etaxonomy.cdm.persistence.permission.Role;
14

    
15
/**
16
 * Provides the Roles required by the
17
 * vaadin applications.
18
 *
19
 * @author a.kohlbecker
20
 * @since May 8, 2017
21
 *
22
 */
23
public class RolesAndPermissions {
24

    
25
    public static final Role ROLE_CURATION = new Role(UUID.fromString("642d9ea7-f18c-4ac3-b437-ed05ce5461c3"), "ROLE_CURATION");
26

    
27
}
(8-8/8)