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.hpp118 std::vector<std::string> accountTypes; in translateUserGroup() local
123 accountTypes.emplace_back("Redfish"); in translateUserGroup()
124 accountTypes.emplace_back("WebUI"); in translateUserGroup()
128 accountTypes.emplace_back("IPMI"); in translateUserGroup()
132 accountTypes.emplace_back("ManagerConsole"); in translateUserGroup()
138 accountTypes.emplace_back("HostConsole"); in translateUserGroup()
155 res.jsonValue["AccountTypes"] = std::move(accountTypes); in translateUserGroup()
169 crow::Response& res, const std::vector<std::string>& accountTypes, in getUserGroupFromAccountType() argument
176 for (const auto& accountType : accountTypes) in getUserGroupFromAccountType()
232 patchAccountTypes(const std::vector<std::string>& accountTypes, in patchAccountTypes() argument
[all …]