Searched refs:getCertificate (Results 1 – 6 of 6) sorted by relevance
70 getCertificate('/redfish/v1/AccountService/LDAP/Certificates');73 getCertificate('/redfish/v1/Managers/bmc/Truststore/Certificates/');164 function getCertificate(location) { function165 return APIUtils.getCertificate(location).then(function(data) {167 return APIUtils.getCertificate(data.Members[0]['@odata.id'])
106 var promise = APIUtils.getCertificate(url).then(function(data) {
1078 .privileges(redfish::privileges::getCertificate) in requestRoutesHTTPSCertificate()1196 .privileges(redfish::privileges::getCertificate) in requestRoutesLDAPCertificate()1340 .privileges(redfish::privileges::getCertificate) in requestRoutesTrustStoreCertificate()1351 .privileges(redfish::privileges::getCertificate) in requestRoutesTrustStoreCertificate()
2342 .privileges(redfish::privileges::getCertificate) in requestAccountServiceRoutes()
1373 getCertificate: function(location) { method in AnonymousFunction1ea782bb0200.SERVICE
252 const static auto& getCertificate = privilegeSetConfigureManager; variable