|
MythTV master
|
#include "mythbaseexp.h"#include <cstdint>#include <QString>#include <QDateTime>#include <QMap>#include <QMutex>Go to the source code of this file.
Classes | |
| class | MythUserSession |
| class | MythSessionManager |
| We use digest authentication because it protects the password over unprotected networks. More... | |
Enumerations | |
| enum | DigestUserActions : std::uint8_t { DIGEST_USER_ADD , DIGEST_USER_REMOVE , DIGEST_USER_CHANGE_PW } |
| enum DigestUserActions : std::uint8_t |
| Enumerator | |
|---|---|
| DIGEST_USER_ADD | |
| DIGEST_USER_REMOVE | |
| DIGEST_USER_CHANGE_PW | |
Definition at line 13 of file mythsession.h.