CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
cond::CredentialData Struct Reference

Public Member Functions

 CredentialData ()
 

Public Attributes

std::string connectionKey
 
int id
 
std::string password
 
std::string userName
 
std::string verificationKey
 

Detailed Description

Definition at line 237 of file CredentialStore.cc.

Constructor & Destructor Documentation

cond::CredentialData::CredentialData ( )
inline

Definition at line 243 of file CredentialStore.cc.

243  :
244  id(-1),
245  userName(""),
246  password(""),
247  connectionKey(""){
248  }

Member Data Documentation

std::string cond::CredentialData::connectionKey
int cond::CredentialData::id
std::string cond::CredentialData::password
std::string cond::CredentialData::userName
std::string cond::CredentialData::verificationKey

Definition at line 242 of file CredentialStore.cc.

Referenced by cond::selectConnection(), and cond::updateConnectionData().