Base class for default credentials. More...
#include <default_credentials.h>
Static Public Member Functions | |
static void | check (const std::string &value) |
Check if the value is a default credential. | |
Static Public Attributes | |
static const std::unordered_set< std::string > | DEFAULT_CREDENTIALS |
Default credentials. | |
Base class for default credentials.
Definition at line 25 of file default_credentials.h.
|
static |
Check if the value is a default credential.
value | The value to check. |
DefaultCredential | if the value is in default credentials. |
Definition at line 27 of file default_credentials.cc.
References DEFAULT_CREDENTIALS, and isc_throw.
Referenced by isc::db::MySqlConnection::openDatabase(), isc::db::DatabaseConnection::parse(), and isc::http::BasicHttpAuthConfig::parse().
|
static |
Default credentials.
Definition at line 27 of file default_credentials.h.
Referenced by check().