Searched refs:certHttpBody (Results 1 – 1 of 1) sorted by relevance
967 std::string certHttpBody = getCertificateFromReqBody(asyncResp, req); in handleHTTPSCertificateCollectionPost() local969 if (certHttpBody.empty()) in handleHTTPSCertificateCollectionPost()977 std::make_shared<CertificateFile>(certHttpBody); in handleHTTPSCertificateCollectionPost()1082 std::string certHttpBody = getCertificateFromReqBody(asyncResp, req); in handleLDAPCertificateCollectionPost() local1084 if (certHttpBody.empty()) in handleLDAPCertificateCollectionPost()1092 std::make_shared<CertificateFile>(certHttpBody); in handleLDAPCertificateCollectionPost()1221 std::string certHttpBody = getCertificateFromReqBody(asyncResp, req); in handleTrustStoreCertificateCollectionPost() local1223 if (certHttpBody.empty()) in handleTrustStoreCertificateCollectionPost()1231 std::make_shared<CertificateFile>(certHttpBody); in handleTrustStoreCertificateCollectionPost()