Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/18/12 17:21:13 (12 years ago)
Author:
ascheibe
Message:

#1648

  • updated frame files
  • added a lightweight user dto for non-admin users
  • added access service roles
  • some more minor changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ClientUserManagement/HeuristicLab.Services.Access/3.3/IAccessService.cs

    r7355 r7367  
    104104
    105105    #region User
     106    //TODO: i don't think this method is needed
    106107    [OperationContract]
    107108    User Login();
    108109
    109110    [OperationContract]
     111    IEnumerable<LightweightUser> GetAllLightweightUsers();
     112
     113    [OperationContract]
    110114    IEnumerable<User> GetAllUsers();
    111115
     
    135139    [OperationContract]
    136140    IEnumerable<UserGroup> GetAllUserGroups();
     141
     142    [OperationContract]
     143    IEnumerable<UserGroup> GetUserGroupsOfUser(Guid userId);
    137144
    138145    [OperationContract]
Note: See TracChangeset for help on using the changeset viewer.