Searched refs:LDAPMapperEntry (Results 1 – 7 of 7) sorted by relevance
/openbmc/phosphor-user-manager/phosphor-ldap-config/ |
H A D | ldap_mapper_entry.hpp | 28 class LDAPMapperEntry : public Interfaces class 31 LDAPMapperEntry() = delete; 32 ~LDAPMapperEntry() = default; 33 LDAPMapperEntry(const LDAPMapperEntry&) = delete; 34 LDAPMapperEntry& operator=(const LDAPMapperEntry&) = delete; 35 LDAPMapperEntry(LDAPMapperEntry&&) = delete; 36 LDAPMapperEntry& operator=(LDAPMapperEntry&&) = delete; 47 LDAPMapperEntry(sdbusplus::bus_t& bus, const char* path, 58 LDAPMapperEntry(sdbusplus::bus_t& bus, const char* path,
|
H A D | ldap_mapper_entry.cpp | 15 LDAPMapperEntry::LDAPMapperEntry(sdbusplus::bus_t& bus, const char* path, in LDAPMapperEntry() function in phosphor::ldap::LDAPMapperEntry 28 LDAPMapperEntry::LDAPMapperEntry(sdbusplus::bus_t& bus, const char* path, in LDAPMapperEntry() function in phosphor::ldap::LDAPMapperEntry 35 void LDAPMapperEntry::delete_(void) in delete_() 40 std::string LDAPMapperEntry::groupName(std::string value) in groupName() 53 std::string LDAPMapperEntry::privilege(std::string value) in privilege()
|
H A D | ldap_mapper_serialize.cpp | 14 CEREAL_CLASS_VERSION(phosphor::ldap::LDAPMapperEntry, CLASS_VERSION); 30 void save(Archive& archive, const LDAPMapperEntry& entry, in save() 45 void load(Archive& archive, LDAPMapperEntry& entry, in load() 59 fs::path serialize(const LDAPMapperEntry& entry, const fs::path& path) in serialize() 68 bool deserialize(const fs::path& path, LDAPMapperEntry& entry) in deserialize()
|
H A D | ldap_mapper_serialize.hpp | 23 fs::path serialize(const LDAPMapperEntry& entry, const fs::path& dir); 33 bool deserialize(const fs::path& path, LDAPMapperEntry& entry);
|
H A D | ldap_config.hpp | 267 std::map<Id, std::unique_ptr<LDAPMapperEntry>> PrivilegeMapperList;
|
H A D | ldap_config.cpp | 759 auto entry = std::make_unique<LDAPMapperEntry>( in create() 839 auto entry = std::make_unique<LDAPMapperEntry>( in restoreRoleMapping()
|
/openbmc/phosphor-user-manager/test/ |
H A D | ldap_config_test.cpp | 789 auto entry = std::make_unique<LDAPMapperEntry>( in TEST_F()
|