Searched refs:isSupersetOf (Results 1 – 5 of 5) sorted by relevance
195 bool isSupersetOf(const Privileges& p) const in isSupersetOf() function in redfish::Privileges296 if (userPrivileges.isSupersetOf(requiredPrivileges)) in isOperationAllowedWithPrivileges()
73 if (userPrivileges.isSupersetOf(requiredPrivileges)) in checkPrivileges()
1728 effectiveUserPrivileges.isSupersetOf({"ConfigureUsers"}); in handleAccountCollectionGet()1731 effectiveUserPrivileges.isSupersetOf({"ConfigureSelf"}); in handleAccountCollectionGet()2001 if (!effectiveUserPrivileges.isSupersetOf( in handleAccountGet()2221 effectiveUserPrivileges.isSupersetOf(configureUsers); in handleAccountPatch()
125 if (!effectiveUserPrivileges.isSupersetOf({"ConfigureUsers"})) in handleSessionDelete()
441 still the existing bit-wise `isSupersetOf` between the required privileges of a