Class RolesConstants
- java.lang.Object
-
- cz.zcu.students.cacha.bp_server.shared.RolesConstants
-
public class RolesConstants extends Object
class holding names of roles
-
-
Field Summary
Fields Modifier and Type Field Description static String
ROLE_ADMIN
static String
ROLE_INSTITUTION_OWNER
static String
ROLE_TRANSLATOR
-
Constructor Summary
Constructors Constructor Description RolesConstants()
-
-
-
Field Detail
-
ROLE_TRANSLATOR
public static final String ROLE_TRANSLATOR
- See Also:
- Constant Field Values
-
ROLE_INSTITUTION_OWNER
public static final String ROLE_INSTITUTION_OWNER
- See Also:
- Constant Field Values
-
ROLE_ADMIN
public static final String ROLE_ADMIN
- See Also:
- Constant Field Values
-
-