comparison Plugin/IAuthorizationService.h @ 112:572955904411

added tools/labels + removed forbidden_labels
author Alain Mazy <am@osimis.io>
date Thu, 31 Aug 2023 16:51:15 +0200
parents 7381a7674b36
children 43154740ea2e
comparison
equal deleted inserted replaced
111:2b1a95c7d263 112:572955904411
56 struct UserProfile 56 struct UserProfile
57 { 57 {
58 std::string name; 58 std::string name;
59 std::set<std::string> permissions; 59 std::set<std::string> permissions;
60 std::set<std::string> authorizedLabels; 60 std::set<std::string> authorizedLabels;
61 std::set<std::string> forbiddenLabels;
62 }; 61 };
63 62
64 virtual ~IAuthorizationService() 63 virtual ~IAuthorizationService()
65 { 64 {
66 } 65 }