CMS 3D CMS Logo

List of all members | Public Member Functions
cond::persistency::IDbAuthentication Class Referenceabstract

#include <IDbAuthentication.h>

Inheritance diagram for cond::persistency::IDbAuthentication:
cond::RelationalAuthenticationService::RelationalAuthenticationService

Public Member Functions

virtual std::string principalName ()=0
 
virtual ~IDbAuthentication ()
 

Detailed Description

Definition at line 10 of file IDbAuthentication.h.

Constructor & Destructor Documentation

◆ ~IDbAuthentication()

virtual cond::persistency::IDbAuthentication::~IDbAuthentication ( )
inlinevirtual

Definition at line 12 of file IDbAuthentication.h.

12 {}

Member Function Documentation

◆ principalName()

virtual std::string cond::persistency::IDbAuthentication::principalName ( )
pure virtual