Public Member Functions | |
PrincipalData () | |
Public Attributes | |
std::string | adminKey |
int | id |
std::string | principalKey |
std::string | verifKey |
Definition at line 201 of file CredentialStore.cc.
|
inline |
Definition at line 206 of file CredentialStore.cc.
std::string cond::PrincipalData::adminKey |
Definition at line 205 of file CredentialStore.cc.
Referenced by cond::CredentialStore::importForPrincipal(), cond::selectPrincipal(), cond::CredentialStore::setPermission(), cond::CredentialStore::startSession(), and cond::CredentialStore::updatePrincipal().
int cond::PrincipalData::id |
Definition at line 202 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::CredentialStore::updatePrincipal().
std::string cond::PrincipalData::principalKey |
Definition at line 204 of file CredentialStore.cc.
Referenced by cond::selectPrincipal(), and cond::CredentialStore::startSession().
std::string cond::PrincipalData::verifKey |
Definition at line 203 of file CredentialStore.cc.
Referenced by cond::selectPrincipal(), and cond::CredentialStore::startSession().