#include "CondCore/CondDB/interface/CredentialStore.h"
#include "CondCore/CondDB/interface/Auth.h"
#include <cstdlib>
#include <pybind11/pybind11.h>
Go to the source code of this file.
Namespaces | |
cond | |
Functions | |
std::tuple< std::string, std::string, std::string > | cond::getDbCredentials (const std::string &connectionString, int accessType, const std::string &authPath) |
PYBIND11_MODULE (libCondDBPyBind11Interface, m) | |
PYBIND11_MODULE | ( | libCondDBPyBind11Interface | , |
m | |||
) |
Definition at line 32 of file CondDBPyBind11Wrappers.cc.
References cond::auth::ADMIN_ROLE, cond::auth::DEFAULT_ROLE, cond::getDbCredentials(), visualization-live-secondInstance_cfg::m, cond::auth::READER_ROLE, and cond::auth::WRITER_ROLE.