Ring Daemon 16.0.0
Loading...
Searching...
No Matches
jami::SipAccountConfig::Credentials Struct Reference

Map of credential for this account. More...

#include <sipaccount_config.h>

Collaboration diagram for jami::SipAccountConfig::Credentials:
Collaboration graph

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 {}
 

Detailed Description

Map of credential for this account.

Definition at line 110 of file sipaccount_config.h.

Constructor & Destructor Documentation

◆ Credentials() [1/2]

jami::SipAccountConfig::Credentials::Credentials ( const std::string &  r,
const std::string &  u,
const std::string &  p 
)
inline

Definition at line 116 of file sipaccount_config.h.

◆ Credentials() [2/2]

jami::SipAccountConfig::Credentials::Credentials ( const std::map< std::string, std::string > &  r)

Member Function Documentation

◆ computePasswordHash()

void jami::SipAccountConfig::Credentials::computePasswordHash ( )

Definition at line 317 of file sipaccount_config.cpp.

References jami::emitSignal(), and jami::AccountConfig::username.

Referenced by Credentials().

Here is the call graph for this function:

◆ toMap()

std::map< std::string, std::string > jami::SipAccountConfig::Credentials::toMap ( ) const

Member Data Documentation

◆ password

std::string jami::SipAccountConfig::Credentials::password {}

Definition at line 114 of file sipaccount_config.h.

Referenced by Credentials().

◆ password_h

std::string jami::SipAccountConfig::Credentials::password_h {}

Definition at line 115 of file sipaccount_config.h.

◆ realm

std::string jami::SipAccountConfig::Credentials::realm {}

Definition at line 112 of file sipaccount_config.h.

Referenced by Credentials().

◆ username

std::string jami::SipAccountConfig::Credentials::username {}

Definition at line 113 of file sipaccount_config.h.

Referenced by Credentials().


The documentation for this struct was generated from the following files: