Searched refs:certHttpBody (Results 1 – 1 of 1) sorted by relevance
998 std::string certHttpBody = getCertificateFromReqBody(asyncResp, req); in handleHTTPSCertificateCollectionPost() local1000 if (certHttpBody.empty()) in handleHTTPSCertificateCollectionPost()1008 std::make_shared<CertificateFile>(certHttpBody); in handleHTTPSCertificateCollectionPost()1113 std::string certHttpBody = getCertificateFromReqBody(asyncResp, req); in handleLDAPCertificateCollectionPost() local1115 if (certHttpBody.empty()) in handleLDAPCertificateCollectionPost()1123 std::make_shared<CertificateFile>(certHttpBody); in handleLDAPCertificateCollectionPost()1252 std::string certHttpBody = getCertificateFromReqBody(asyncResp, req); in handleTrustStoreCertificateCollectionPost() local1254 if (certHttpBody.empty()) in handleTrustStoreCertificateCollectionPost()1262 std::make_shared<CertificateFile>(certHttpBody); in handleTrustStoreCertificateCollectionPost()