Go to the source code of this file.
Namespaces | |
namespace | MongoSessionFunctions |
Functions | |
std::string | MongoSessionFunctions::createSession (std::string username, mongocxx::client &adminClient) |
std::string | MongoSessionFunctions::refreshSession (std::string sessionName, mongocxx::client &adminClient) |
void | MongoSessionFunctions::removeOldSessions (mongocxx::client &adminClient) |
std::string | MongoSessionFunctions::generateUniqueSessionName (std::string username, mongocxx::client &adminClient) |