Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config.cpp765 PrivilegeMapperList.emplace(entryId, std::move(entry)); in create()
781 PrivilegeMapperList.erase(id); in deletePrivilegeMapper()
792 for (const auto& val : PrivilegeMapperList) in checkPrivilegeMapper()
844 PrivilegeMapperList.emplace(idNum, std::move(entry)); in restoreRoleMapping()
H A Dldap_config.hpp267 std::map<Id, std::unique_ptr<LDAPMapperEntry>> PrivilegeMapperList; member in phosphor::ldap::Config