Home
last modified time | relevance | path

Searched refs:isSupersetOf (Results 1 – 5 of 5) sorted by relevance

/openbmc/bmcweb/redfish-core/include/
H A Dprivileges.hpp195 bool isSupersetOf(const Privileges& p) const in isSupersetOf() function in redfish::Privileges
296 if (userPrivileges.isSupersetOf(requiredPrivileges)) in isOperationAllowedWithPrivileges()
/openbmc/bmcweb/http/routing/
H A Dbaserule.hpp73 if (userPrivileges.isSupersetOf(requiredPrivileges)) in checkPrivileges()
/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp1728 effectiveUserPrivileges.isSupersetOf({"ConfigureUsers"}); in handleAccountCollectionGet()
1731 effectiveUserPrivileges.isSupersetOf({"ConfigureSelf"}); in handleAccountCollectionGet()
2001 if (!effectiveUserPrivileges.isSupersetOf( in handleAccountGet()
2221 effectiveUserPrivileges.isSupersetOf(configureUsers); in handleAccountPatch()
H A Dredfish_sessions.hpp125 if (!effectiveUserPrivileges.isSupersetOf({"ConfigureUsers"})) in handleSessionDelete()
/openbmc/docs/designs/
H A Dredfish-authorization.md441 still the existing bit-wise `isSupersetOf` between the required privileges of a