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.hpp129 std::vector<std::string> accountTypes; in translateUserGroup() local
134 accountTypes.emplace_back("Redfish"); in translateUserGroup()
135 accountTypes.emplace_back("WebUI"); in translateUserGroup()
139 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()
1087 accountTypes(std::move(accountTypes)), userSelf, session, in updateUserProperties()
1166 if (accountTypes) in updateUserProperties()
1783 if (accountTypes) in processAfterGetAllGroups()
[all …]