Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/26/18 08:51:30 (6 years ago)
Author:
jzenisek
Message:

#2839

  • worked on (restricted) accessibility of hive's administration area for non-admin roles
  • adapted HiveClient & HiveAdminClient entity loading (client- & service-side)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveProjectManagement/HeuristicLab.Services.Hive/3.3/ServiceContracts/IHiveService.cs

    r15644 r15658  
    210210
    211211    [OperationContract]
     212    IEnumerable<Slave> GetSlavesForAdministration();
     213
     214    [OperationContract]
     215    IEnumerable<SlaveGroup> GetSlaveGroupsForAdministration();
     216
     217    [OperationContract]
    212218    void UpdateSlave(Slave slave);
    213219
     
    260266    [OperationContract]
    261267    Dictionary<Guid, HashSet<Guid>> GetUserGroupTree();
     268
     269    [OperationContract]
     270    bool CheckAccessToAdminAreaGranted();
    262271    #endregion
    263272
Note: See TracChangeset for help on using the changeset viewer.