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

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

Definition at line 13 of file Auth.h.

constexpr const char* const cond::auth::COND_ADMIN_ROLE = "COND_ADMIN_ROLE"
static
constexpr const char* const cond::auth::COND_AUTH_PATH = "COND_AUTH_PATH"
static

Definition at line 10 of file Auth.h.

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

constexpr const char* const cond::auth::COND_AUTH_PATH_PROPERTY = "AuthenticationFile"
static
constexpr const char* const cond::auth::COND_AUTH_SYS = "COND_AUTH_SYS"
static

Definition at line 11 of file Auth.h.

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

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

Definition at line 24 of file Auth.h.

constexpr unsigned int cond::auth::COND_DB_KEY_SIZE = 30
static
constexpr const char* const cond::auth::COND_DEFAULT_PRINCIPAL = "COND_DEFAULT_PRINCIPAL"
static

Definition at line 20 of file Auth.h.

constexpr const char* const cond::auth::COND_DEFAULT_ROLE = "COND_DEFAULT_ROLE"
static
constexpr const char* const cond::auth::COND_KEY = "Memento"
static

Definition at line 22 of file Auth.h.

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

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

Definition at line 17 of file Auth.h.

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

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

Definition at line 16 of file Auth.h.

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