Definition at line 42 of file CredentialsManager.h.
◆ ~CredentialsManager()
| http::CredentialsManager::~CredentialsManager |
( |
| ) |
|
◆ add()
| void http::CredentialsManager::add |
( |
const std::string & | key, |
|
|
AccessCredentials * | ac ) |
Add the passed set of AccessCredentials to the collection, filed under key.
- Parameters
-
| key | The key (URL) to associated with these credentials |
| ac | The credentials to use for access. |
Definition at line 135 of file CredentialsManager.cc.
◆ clear()
| void http::CredentialsManager::clear |
( |
| ) |
|
|
inline |
◆ get() [1/2]
◆ get() [2/2]
◆ hasNgapS3Credentials()
| bool http::CredentialsManager::hasNgapS3Credentials |
( |
| ) |
const |
|
inline |
◆ size()
| size_t http::CredentialsManager::size |
( |
| ) |
const |
|
inline |
◆ theCM()
◆ CredentialsManagerTest
| friend class CredentialsManagerTest |
|
friend |
◆ CurlUtilsTest
| friend class CurlUtilsTest |
|
friend |
◆ ENV_ACCESS_KEY
| const char * http::CredentialsManager::ENV_ACCESS_KEY = "CMAC_ACCESS_KEY" |
|
static |
◆ ENV_ID_KEY
| const char * http::CredentialsManager::ENV_ID_KEY = "CMAC_ID" |
|
static |
◆ ENV_REGION_KEY
| const char * http::CredentialsManager::ENV_REGION_KEY = "CMAC_REGION" |
|
static |
◆ ENV_URL_KEY
| const char * http::CredentialsManager::ENV_URL_KEY = "CMAC_URL" |
|
static |
◆ theMngr
◆ USE_ENV_CREDS_KEY_VALUE
| const char * http::CredentialsManager::USE_ENV_CREDS_KEY_VALUE = "ENV_CREDS" |
|
static |
The documentation for this class was generated from the following files: