Public Member Functions | |
PrincipalData () | |
Public Attributes | |
std::string | adminKey |
int | id |
std::string | principalKey |
std::string | verifKey |
Definition at line 191 of file CredentialStore.cc.
|
inline |
Definition at line 196 of file CredentialStore.cc.
std::string cond::PrincipalData::adminKey |
Definition at line 195 of file CredentialStore.cc.
Referenced by cond::CredentialStore::importForPrincipal(), cond::selectPrincipal(), cond::CredentialStore::setPermission(), cond::CredentialStore::startSession(), and cond::updatePrincipalData().
int cond::PrincipalData::id |
Definition at line 192 of file CredentialStore.cc.
Referenced by cond::CredentialStore::importForPrincipal(), cond::CredentialStore::removePrincipal(), cond::selectPrincipal(), cond::CredentialStore::setPermission(), cond::CredentialStore::startSession(), cond::CredentialStore::unsetPermission(), and cond::updatePrincipalData().
std::string cond::PrincipalData::principalKey |
Definition at line 194 of file CredentialStore.cc.
Referenced by cond::CredentialStore::resetAdmin(), cond::selectPrincipal(), and cond::CredentialStore::startSession().
std::string cond::PrincipalData::verifKey |
Definition at line 193 of file CredentialStore.cc.
Referenced by cond::selectPrincipal(), and cond::CredentialStore::startSession().