| 2175 | } |
| 2176 | |
| 2177 | CouchbaseOperations::Result CouchbaseOperations::authenticate( |
| 2178 | const std::string& username, const std::string& password, |
| 2179 | const std::string& server_address, const std::string& bucket_name) { |
| 2180 | return authenticateAll(username, password, server_address, bucket_name, false, |
| 2181 | ""); |
| 2182 | } |
| 2183 | |
| 2184 | CouchbaseOperations::Result CouchbaseOperations::authenticateSSL( |
| 2185 | const std::string& username, const std::string& password, |
no outgoing calls
no test coverage detected