Searched refs:isSupersetOf (Results 1 – 5 of 5) sorted by relevance
182 bool isSupersetOf(const Privileges& p) const in isSupersetOf() function in redfish::Privileges283 if (userPrivileges.isSupersetOf(requiredPrivileges)) in isOperationAllowedWithPrivileges()
80 if (userPrivileges.isSupersetOf(requiredPrivileges)) in checkPrivileges()
1757 effectiveUserPrivileges.isSupersetOf({"ConfigureUsers"}); in handleAccountCollectionGet()1760 effectiveUserPrivileges.isSupersetOf({"ConfigureSelf"}); in handleAccountCollectionGet()2029 if (!effectiveUserPrivileges.isSupersetOf( in handleAccountGet()2236 effectiveUserPrivileges.isSupersetOf(configureUsers); in handleAccountPatch()
129 if (!effectiveUserPrivileges.isSupersetOf({"ConfigureUsers"})) in handleSessionDelete()
441 still the existing bit-wise `isSupersetOf` between the required privileges of a