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.hpp141 std::vector<std::string> accountTypes; in translateUserGroup() local
146 accountTypes.emplace_back("Redfish"); in translateUserGroup()
147 accountTypes.emplace_back("WebUI"); in translateUserGroup()
151 accountTypes.emplace_back("IPMI"); in translateUserGroup()
155 accountTypes.emplace_back("ManagerConsole"); in translateUserGroup()
161 accountTypes.emplace_back("HostConsole"); in translateUserGroup()
178 res.jsonValue["AccountTypes"] = std::move(accountTypes); in translateUserGroup()
192 crow::Response& res, const std::vector<std::string>& accountTypes, in getUserGroupFromAccountType() argument
199 for (const auto& accountType : accountTypes) in getUserGroupFromAccountType()
255 const std::vector<std::string>& accountTypes, in patchAccountTypes() argument
[all …]