Searched defs:groupNames (Results 1 – 2 of 2) sorted by relevance
249 const std::string& userName, const std::vector<std::string>& groupNames) in throwForUserNameConstraints() argument 284 const std::vector<std::string>& groupNames) in throwForMaxGrpUserCount() argument 322 void UserMgr::throwForInvalidGroups(const std::vector<std::string>& groupNames) in throwForInvalidGroups() argument 361 createUser(std::string userName,std::vector<std::string> groupNames,std::string priv,bool enabled) createUser() argument 515 std::vector<std::string> groupNames = user.get()->userGroups(); renameUser() local 532 updateGroupsAndPriv(const std::string & userName,std::vector<std::string> groupNames,const std::string & priv) updateGroupsAndPriv() argument [all...]
43 std::vector<std::string> groupNames, in createLocalUser()