Public Member Functions | |
PrincipalData () | |
Public Attributes | |
std::string | adminKey |
int | id |
std::string | principalKey |
std::string | verifKey |
Definition at line 184 of file CredentialStore.cc.
|
inline |
Definition at line 189 of file CredentialStore.cc.
std::string cond::PrincipalData::adminKey |
Definition at line 188 of file CredentialStore.cc.
Referenced by cond::CredentialStore::importForPrincipal(), cond::CredentialStore::setPermission(), cond::CredentialStore::startSession(), and cond::updatePrincipalData().
int cond::PrincipalData::id |
Definition at line 185 of file CredentialStore.cc.
Referenced by cond::CredentialStore::importForPrincipal(), cond::CredentialStore::removePrincipal(), cond::CredentialStore::setPermission(), cond::CredentialStore::startSession(), cond::CredentialStore::unsetPermission(), and cond::updatePrincipalData().
std::string cond::PrincipalData::principalKey |
Definition at line 187 of file CredentialStore.cc.
Referenced by cond::CredentialStore::resetAdmin(), and cond::CredentialStore::startSession().
std::string cond::PrincipalData::verifKey |
Definition at line 186 of file CredentialStore.cc.
Referenced by cond::CredentialStore::startSession().