#include <DecodingKey.h>
Public Member Functions | |
ServiceCredentials () | |
Public Attributes | |
std::string | connectionString |
std::string | password |
std::string | userName |
Definition at line 13 of file DecodingKey.h.
|
inline |
Definition at line 98 of file DecodingKey.h.
std::string cond::auth::ServiceCredentials::connectionString |
Definition at line 15 of file DecodingKey.h.
Referenced by cond::auth::DecodingKey::createFromInputFile(), cond::CredentialStore::resetAdmin(), cond::CredentialStore::setUpForService(), cond::CredentialStore::updatePrincipal(), and cond::auth::DecodingKey::~DecodingKey().
std::string cond::auth::ServiceCredentials::password |
Definition at line 17 of file DecodingKey.h.
Referenced by cond::auth::DecodingKey::createFromInputFile(), uploadConditions.ConditionsUploader::signIn(), upload_popcon.ConditionsUploader::signInAgain(), and cond::auth::DecodingKey::~DecodingKey().
std::string cond::auth::ServiceCredentials::userName |
Definition at line 16 of file DecodingKey.h.
Referenced by upload_popcon.ConditionsUploader::_uploadFile(), cond::auth::DecodingKey::createFromInputFile(), cond::CredentialStore::createSchema(), uploadConditions.ConditionsUploader::signIn(), upload_popcon.ConditionsUploader::signInAgain(), uploadConditions.ConditionsUploader::uploadFile(), and cond::auth::DecodingKey::~DecodingKey().