CMS 3D CMS Logo

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 
11  public:
12  virtual ~IDbAuthentication() {}
13  virtual std::string principalName() = 0;
14  };
15  } // namespace persistency
16 } // namespace cond
17 #endif
virtual std::string principalName()=0