Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dcertificate_service.hpp79 constexpr const char* ldapObjectPath = "/xyz/openbmc_project/certs/client/ldap";
294 else if (objPath.parent_path() == certs::ldapObjectPath) in getCertificateList()
590 objectPath = sdbusplus::message::object_path(certs::ldapObjectPath) / in handleReplaceCertificateAction()
764 objectPath = certs::ldapObjectPath; in handleGenerateCSRAction()
1100 getCertificateList(asyncResp, certs::ldapObjectPath, in handleLDAPCertificateCollectionGet()
1145 certs::ldapServiceName, certs::ldapObjectPath, certs::certInstallIntf, in handleLDAPCertificateCollectionPost()
1162 sdbusplus::message::object_path(certs::ldapObjectPath) / id; in handleLDAPCertificateGet()
1178 sdbusplus::message::object_path(certs::ldapObjectPath) / id; in handleLDAPCertificateDelete()
78 constexpr const char* ldapObjectPath = "/xyz/openbmc_project/certs/client/ldap"; global() variable