signon
8.42
|
#include "signond-common.h"
#include "signonauthsession.h"
#include "signonidentityinfo.h"
#include "signonidentity.h"
#include "signonauthsessionadaptor.h"
#include "signonui_interface.h"
#include "accesscontrolmanagerhelper.h"
#include "SignOn/uisessiondata_priv.h"
#include "SignOn/authpluginif.h"
#include "SignOn/signonerror.h"
Go to the source code of this file.
Macros | |
#define | MAX_IDLE_TIME SIGNOND_MAX_IDLE_TIME |
#define | IDLE_WATCHDOG_TIMEOUT SIGNOND_MAX_IDLE_TIME * 500 |
#define | SSO_KEY_USERNAME QLatin1String("UserName") |
#define | SSO_KEY_PASSWORD QLatin1String("Secret") |
#define | SSO_KEY_CAPTION QLatin1String("Caption") |
Variables | |
QMap< QString, SignonSessionCore * > | sessionsOfStoredCredentials |
QList< SignonSessionCore * > | sessionsOfNonStoredCredentials |
#define IDLE_WATCHDOG_TIMEOUT SIGNOND_MAX_IDLE_TIME * 500 |
Definition at line 41 of file signonsessioncore.cpp.
#define MAX_IDLE_TIME SIGNOND_MAX_IDLE_TIME |
Definition at line 37 of file signonsessioncore.cpp.
#define SSO_KEY_CAPTION QLatin1String("Caption") |
Definition at line 45 of file signonsessioncore.cpp.
#define SSO_KEY_PASSWORD QLatin1String("Secret") |
Definition at line 44 of file signonsessioncore.cpp.
#define SSO_KEY_USERNAME QLatin1String("UserName") |
Definition at line 43 of file signonsessioncore.cpp.
QList<SignonSessionCore *> sessionsOfNonStoredCredentials |
Definition at line 56 of file signonsessioncore.cpp.
Referenced by SignonDaemonNS::SignonSessionCore::destroy(), SignonDaemonNS::SignonSessionCore::loadedPluginMethods(), SignonDaemonNS::SignonSessionCore::sessionCore(), SignonDaemonNS::SignonSessionCore::setId(), and SignonDaemonNS::SignonSessionCore::stopAllAuthSessions().
QMap<QString, SignonSessionCore *> sessionsOfStoredCredentials |
Definition at line 52 of file signonsessioncore.cpp.
Referenced by SignonDaemonNS::SignonSessionCore::destroy(), SignonDaemonNS::SignonSessionCore::loadedPluginMethods(), SignonDaemonNS::SignonSessionCore::sessionCore(), SignonDaemonNS::SignonSessionCore::setId(), and SignonDaemonNS::SignonSessionCore::stopAllAuthSessions().