CMS 3D CMS Logo

Classes | Variables
cond::auth Namespace Reference

Classes

class  Cipher
 
class  DecodingKey
 
class  KeyGenerator
 
struct  ServiceCredentials
 

Variables

static constexpr const char *const COND_ADMIN_GROUP = "COND_ADMIN_GROUP"
 
static constexpr const char *const COND_ADMIN_ROLE = "COND_ADMIN_ROLE"
 
static constexpr const char *const COND_AUTH_PATH = "COND_AUTH_PATH"
 
static constexpr const char *const COND_AUTH_PATH_PROPERTY = "AuthenticationFile"
 
static constexpr const char *const COND_AUTH_SYS = "COND_AUTH_SYS"
 
static constexpr unsigned int COND_AUTHENTICATION_KEY_SIZE = 30
 
static constexpr unsigned int COND_DB_KEY_SIZE = 30
 
static constexpr const char *const COND_DEFAULT_PRINCIPAL = "COND_DEFAULT_PRINCIPAL"
 
static constexpr const char *const COND_DEFAULT_ROLE = "COND_DEFAULT_ROLE"
 
static constexpr const char *const COND_KEY = "Memento"
 
static constexpr const char *const COND_READER_ROLE = "COND_READER_ROLE"
 
static constexpr const char *const COND_WRITER_ROLE = "COND_WRITER_ROLE"
 

Variable Documentation

◆ COND_ADMIN_GROUP

constexpr const char* const cond::auth::COND_ADMIN_GROUP = "COND_ADMIN_GROUP"
staticconstexpr

Definition at line 13 of file Auth.h.

◆ COND_ADMIN_ROLE

constexpr const char* const cond::auth::COND_ADMIN_ROLE = "COND_ADMIN_ROLE"
staticconstexpr

◆ COND_AUTH_PATH

constexpr const char* const cond::auth::COND_AUTH_PATH = "COND_AUTH_PATH"
staticconstexpr

Definition at line 10 of file Auth.h.

Referenced by cond::persistency::ConnectionPool::configure().

◆ COND_AUTH_PATH_PROPERTY

constexpr const char* const cond::auth::COND_AUTH_PATH_PROPERTY = "AuthenticationFile"
staticconstexpr

◆ COND_AUTH_SYS

constexpr const char* const cond::auth::COND_AUTH_SYS = "COND_AUTH_SYS"
staticconstexpr

Definition at line 11 of file Auth.h.

Referenced by cond::persistency::ConnectionPool::configure().

◆ COND_AUTHENTICATION_KEY_SIZE

constexpr unsigned int cond::auth::COND_AUTHENTICATION_KEY_SIZE = 30
staticconstexpr

Definition at line 24 of file Auth.h.

◆ COND_DB_KEY_SIZE

constexpr unsigned int cond::auth::COND_DB_KEY_SIZE = 30
staticconstexpr

◆ COND_DEFAULT_PRINCIPAL

constexpr const char* const cond::auth::COND_DEFAULT_PRINCIPAL = "COND_DEFAULT_PRINCIPAL"
staticconstexpr

Definition at line 20 of file Auth.h.

◆ COND_DEFAULT_ROLE

constexpr const char* const cond::auth::COND_DEFAULT_ROLE = "COND_DEFAULT_ROLE"
staticconstexpr

◆ COND_KEY

constexpr const char* const cond::auth::COND_KEY = "Memento"
staticconstexpr

Definition at line 22 of file Auth.h.

Referenced by cond::CredentialStore::setUpForService().

◆ COND_READER_ROLE

constexpr const char* const cond::auth::COND_READER_ROLE = "COND_READER_ROLE"
staticconstexpr

Definition at line 17 of file Auth.h.

Referenced by cond::persistency::ConnectionPool::createCoralSession().

◆ COND_WRITER_ROLE

constexpr const char* const cond::auth::COND_WRITER_ROLE = "COND_WRITER_ROLE"
staticconstexpr

Definition at line 16 of file Auth.h.

Referenced by cond::persistency::ConnectionPool::createCoralSession().