Home
last modified time | relevance | path

Searched refs:accountTypes (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp138 std::vector<std::string> accountTypes; in translateUserGroup() local
143 accountTypes.emplace_back("Redfish"); in translateUserGroup()
144 accountTypes.emplace_back("WebUI"); in translateUserGroup()
148 accountTypes.emplace_back("IPMI"); in translateUserGroup()
152 accountTypes.emplace_back("ManagerConsole"); in translateUserGroup()
158 accountTypes.emplace_back("HostConsole"); in translateUserGroup()
175 res.jsonValue["AccountTypes"] = std::move(accountTypes); in translateUserGroup()
189 crow::Response& res, const std::vector<std::string>& accountTypes, in getUserGroupFromAccountType() argument
196 for (const auto& accountType : accountTypes) in getUserGroupFromAccountType()
252 const std::vector<std::string>& accountTypes, in patchAccountTypes() argument
[all …]