Ring Daemon 16.0.0
|
Map of credential for this account. More...
#include <sipaccount_config.h>
Public Member Functions | |
void | computePasswordHash () |
Credentials (const std::map< std::string, std::string > &r) | |
Credentials (const std::string &r, const std::string &u, const std::string &p) | |
std::map< std::string, std::string > | toMap () const |
Public Attributes | |
std::string | password {} |
std::string | password_h {} |
std::string | realm {} |
std::string | username {} |
Map of credential for this account.
Definition at line 110 of file sipaccount_config.h.
|
inline |
Definition at line 116 of file sipaccount_config.h.
jami::SipAccountConfig::Credentials::Credentials | ( | const std::map< std::string, std::string > & | r | ) |
Definition at line 297 of file sipaccount_config.cpp.
References computePasswordHash(), jami::Conf::CONFIG_ACCOUNT_PASSWORD, jami::Conf::CONFIG_ACCOUNT_REALM, jami::Conf::CONFIG_ACCOUNT_USERNAME, jami::emitSignal(), password, realm, and username.
void jami::SipAccountConfig::Credentials::computePasswordHash | ( | ) |
Definition at line 317 of file sipaccount_config.cpp.
References jami::emitSignal(), and jami::AccountConfig::username.
Referenced by Credentials().
std::map< std::string, std::string > jami::SipAccountConfig::Credentials::toMap | ( | ) | const |
Definition at line 309 of file sipaccount_config.cpp.
References jami::Conf::CONFIG_ACCOUNT_PASSWORD, jami::Conf::CONFIG_ACCOUNT_REALM, jami::Conf::CONFIG_ACCOUNT_USERNAME, and jami::AccountConfig::username.
std::string jami::SipAccountConfig::Credentials::password {} |
Definition at line 114 of file sipaccount_config.h.
Referenced by Credentials().
std::string jami::SipAccountConfig::Credentials::password_h {} |
Definition at line 115 of file sipaccount_config.h.
std::string jami::SipAccountConfig::Credentials::realm {} |
Definition at line 112 of file sipaccount_config.h.
Referenced by Credentials().
std::string jami::SipAccountConfig::Credentials::username {} |
Definition at line 113 of file sipaccount_config.h.
Referenced by Credentials().