Home
last modified time | relevance | path

Searched refs:LDAPMapperEntry (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_mapper_entry.hpp28 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 Dldap_mapper_entry.cpp15 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 Dldap_mapper_serialize.cpp14 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 Dldap_mapper_serialize.hpp23 fs::path serialize(const LDAPMapperEntry& entry, const fs::path& dir);
33 bool deserialize(const fs::path& path, LDAPMapperEntry& entry);
H A Dldap_config.hpp267 std::map<Id, std::unique_ptr<LDAPMapperEntry>> PrivilegeMapperList;
H A Dldap_config.cpp759 auto entry = std::make_unique<LDAPMapperEntry>( in create()
839 auto entry = std::make_unique<LDAPMapperEntry>( in restoreRoleMapping()
/openbmc/phosphor-user-manager/test/
H A Dldap_config_test.cpp789 auto entry = std::make_unique<LDAPMapperEntry>( in TEST_F()