Lines Matching full:privilege
26 * @brief This D-Bus object represents the privilege level for the LDAP group.
38 /** @brief Constructs LDAP privilege mapper entry object.
44 * @param[in] privilege - the privilege for the group
45 * @param[in] parent - LDAP privilege mapper manager
49 const std::string& privilege, Config& parent);
51 /** @brief Constructs LDAP privilege mapper entry object
56 * @param[in] parent - LDAP privilege mapper manager
61 /** @brief Delete privilege mapper entry object
63 * This method deletes the privilege mapper entry.
75 /** @brief Update privilege associated with LDAP group
77 * @param[in] value - privilege level
79 * @return On success the updated privilege level
81 std::string privilege(std::string value) override;
84 privilege;