Lines Matching full:privilege
201 /** @brief Creates a mapping for the group to the privilege
203 * @param[in] groupName - Group Name to which the privilege needs to be
205 * @param[in] privilege - The privilege role associated with the group.
207 * @return On success return the D-Bus object path of the created privilege
210 ObjectPath create(std::string groupName, std::string privilege) override;
212 /** @brief Delete privilege mapping for LDAP group
214 * This method deletes the privilege mapping
220 /** @brief Check if LDAP group privilege mapping requested is valid
222 * Check if the privilege mapping already exists for the LDAP group name
231 /** @brief Check if the privilege level is a valid one
233 * @param[in] privilege - Privilege level
237 void checkPrivilegeLevel(const std::string& privilege);
263 /** @brief Id of the last privilege mapper entry */
266 /** @brief container to hold privilege mapper objects */