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.hpp130 std::vector<std::string> accountTypes; in translateUserGroup() local
135 accountTypes.emplace_back("Redfish"); in translateUserGroup()
136 accountTypes.emplace_back("WebUI"); in translateUserGroup()
140 accountTypes.emplace_back("IPMI"); in translateUserGroup()
188 for (const auto& accountType : accountTypes) in getUserGroupFromAccountType()
250 (accountTypes.cend() == in patchAccountTypes()
251 std::find(accountTypes.cbegin(), accountTypes.cend(), "Redfish"))) in patchAccountTypes()
1109 accountTypes(std::move(accountTypes)), userSelf, session, in updateUserProperties()
1190 if (accountTypes) in updateUserProperties()
1822 if (accountTypes) in processAfterGetAllGroups()
[all …]