Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/07/09 11:57:19 (15 years ago)
Author:
mbecirov
Message:

#586: Defining actions that require permissions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.Core/3.2/PermissiveSecurityConstants.cs

    r1648 r1747  
    6060      get { return new Guid("EC2362E0-0781-493f-8688-76F3CDFEF339"); }
    6161    }
     62
     63    public static Guid Add_User {
     64      get { return new Guid("4FE34091-6674-4c24-BE2E-8AE0DAAAD29C"); }
     65    }
     66
     67    public static Guid Delete_User {
     68      get { return new Guid("835CF39C-F830-4130-BBAF-E0100B2760D2"); }
     69    }
     70
     71    public static Guid Update_User {
     72      get { return new Guid("FEB4D84B-25CB-4708-8B70-3159F40D8F6E"); }
     73    }
     74
     75    public static Guid Get_User {
     76      get { return new Guid("19EF2197-F71A-44ae-9916-3F5AEEC4E463"); }
     77    }
     78
     79    public static Guid Grant_Permission {
     80      get { return new Guid("B7696208-1EA3-4675-8834-5659CD6BB5DC"); }
     81    }
     82
     83    public static Guid Revoke_Permission {
     84      get { return new Guid("357DE1A5-198E-4b90-BC55-C007D504AF65"); }
     85    }
    6286  }
    6387}
    64 
Note: See TracChangeset for help on using the changeset viewer.