#include <DecodingKey.h>
Definition at line 34 of file DecodingKey.h.
cond::auth::DecodingKey::DecodingKey |
( |
| ) |
|
|
inline |
Definition at line 102 of file DecodingKey.h.
std::map< std::string, ServiceCredentials > m_services
std::string m_principalName
std::string m_principalKey
virtual cond::auth::DecodingKey::~DecodingKey |
( |
| ) |
|
|
inlinevirtual |
void cond::auth::DecodingKey::addDefaultService |
( |
const std::string & |
connectionString | ) |
|
void cond::auth::DecodingKey::addService |
( |
const std::string & |
serviceName, |
|
|
const std::string & |
connectionString, |
|
|
const std::string & |
userName, |
|
|
const std::string & |
password |
|
) |
| |
size_t cond::auth::DecodingKey::createFromInputFile |
( |
const std::string & |
inputFileName, |
|
|
size_t |
generatedKeySize = 0 |
|
) |
| |
void cond::auth::DecodingKey::flush |
( |
| ) |
|
size_t cond::auth::DecodingKey::init |
( |
const std::string & |
keyFileName, |
|
|
const std::string & |
password, |
|
|
bool |
readMode = true |
|
) |
| |
bool cond::auth::DecodingKey::isNominal |
( |
| ) |
const |
|
inline |
void cond::auth::DecodingKey::list |
( |
std::ostream & |
out | ) |
|
const std::string & cond::auth::DecodingKey::ownerName |
( |
| ) |
const |
|
inline |
const std::string & cond::auth::DecodingKey::principalKey |
( |
| ) |
const |
|
inline |
const std::string & cond::auth::DecodingKey::principalName |
( |
| ) |
const |
|
inline |
Definition at line 131 of file DecodingKey.h.
std::map< std::string, ServiceCredentials > m_services
std::string cond::auth::DecodingKey::templateFile |
( |
| ) |
|
|
static |
constexpr size_t cond::auth::DecodingKey::DEFAULT_KEY_SIZE = 100 |
|
static |
constexpr const char* const cond::auth::DecodingKey::FILE_NAME = "db.key" |
|
static |
constexpr const char* const cond::auth::DecodingKey::FILE_PATH = ".cms_cond/db.key" |
|
static |
std::string cond::auth::DecodingKey::m_fileName |
|
private |
bool cond::auth::DecodingKey::m_mode |
|
private |
std::string cond::auth::DecodingKey::m_owner |
|
private |
std::string cond::auth::DecodingKey::m_principalKey |
|
private |
std::string cond::auth::DecodingKey::m_principalName |
|
private |
std::string cond::auth::DecodingKey::m_pwd |
|
private |