Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
CondCore
CondDB
src
IDbAuthentication.h
Go to the documentation of this file.
1
#ifndef CondCore_CondDB_IDbAuthentication_h
2
#define CondCore_CondDB_IDbAuthentication_h
3
4
#include <string>
5
6
namespace
cond {
7
8
namespace
persistency {
9
10
class
IDbAuthentication
{
11
public
:
12
virtual
~IDbAuthentication
() {}
13
virtual
std::string
principalName
() = 0;
14
};
15
}
// namespace persistency
16
}
// namespace cond
17
#endif
cond::persistency::IDbAuthentication::principalName
virtual std::string principalName()=0
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
cond::persistency::IDbAuthentication
Definition:
IDbAuthentication.h:10
cond::persistency::IDbAuthentication::~IDbAuthentication
virtual ~IDbAuthentication()
Definition:
IDbAuthentication.h:12
Generated for CMSSW Reference Manual by
1.8.5