GUACAMOLE-220: Merge add missing definitions for CREATE_USER_GROUP system permission.

This commit is contained in:
Nick Couchman
2018-09-08 18:40:10 -04:00
2 changed files with 10 additions and 0 deletions

View File

@@ -37,6 +37,11 @@ public class SystemPermission implements Permission<SystemPermission.Type> {
*/
CREATE_USER,
/**
* Create user groups.
*/
CREATE_USER_GROUP,
/**
* Create connections.
*/

View File

@@ -142,6 +142,11 @@ angular.module('rest').factory('PermissionSet', [function definePermissionSet()
*/
CREATE_USER : "CREATE_USER",
/**
* Permission to create new user groups.
*/
CREATE_USER_GROUP : "CREATE_USER_GROUP",
/**
* Permission to create new connections.
*/