signon
8.42
|
Daemon core. More...
#include <signondaemon.h>
Public Slots | |
void | registerNewIdentity (QDBusObjectPath &objectPath) |
void | getIdentity (const quint32 id, QDBusObjectPath &objectPath, QVariantMap &identityData) |
QString | getAuthSessionObjectPath (const quint32 id, const QString type) |
QStringList | queryMethods () |
QStringList | queryMechanisms (const QString &method) |
QList< QVariantMap > | queryIdentities (const QVariantMap &filter) |
bool | clear () |
void | onDisconnected () |
uchar | backupStarts () |
uchar | backupFinished () |
uchar | restoreStarts () |
uchar | restoreFinished () |
Public Member Functions | |
virtual | ~SignonDaemon () |
Q_INVOKABLE void | init () |
int | identityTimeout () const |
Returns the number of seconds of inactivity after which identity objects might be automatically deleted. | |
int | authSessionTimeout () const |
Q_INVOKABLE void | handleUnixSignal () |
Static Public Member Functions | |
static SignonDaemon * | instance () |
static void | signalHandler (int signal) |
Friends | |
class | SignonIdentity |
class | SignonSessionCore |
class | SignonDaemonAdaptor |
|
virtual |
Definition at line 221 of file signondaemon.cpp.
int SignonDaemonNS::SignonDaemon::authSessionTimeout | ( | ) | const |
Definition at line 543 of file signondaemon.cpp.
Referenced by SignonDaemonNS::SignonSessionCore::sessionCore().
|
slot |
Definition at line 909 of file signondaemon.cpp.
References TRACE.
|
slot |
Definition at line 862 of file signondaemon.cpp.
References SignonDaemonNS::CAMConfiguration::m_dbName, and TRACE.
|
slot |
Definition at line 678 of file signondaemon.cpp.
References SignonDaemonNS::CredentialsDB::clear(), SignonDaemonNS::CredentialsDB::lastError(), SIGNON_RETURN_IF_CAM_UNAVAILABLE, and TRACE.
Referenced by SignonDaemonNS::SignonDaemonAdaptor::clear().
|
slot |
Definition at line 698 of file signondaemon.cpp.
Referenced by SignonDaemonNS::SignonDaemonAdaptor::getAuthSessionObjectPath().
|
slot |
Definition at line 550 of file signondaemon.cpp.
References SignonDaemonNS::SignonIdentity::id(), SignonDaemonNS::internalServerErrName, SignonDaemonNS::internalServerErrStr, SignonDaemonNS::SignonIdentityInfo::isNew(), SignonDaemonNS::SignonDisposable::keepInUse(), SignonDaemonNS::SignonIdentity::queryInfo(), SIGNON_RETURN_IF_CAM_UNAVAILABLE, SignonDaemonNS::SignonIdentityInfo::toMap(), and TRACE.
Referenced by SignonDaemonNS::SignonDaemonAdaptor::getIdentity().
void SignonDaemonNS::SignonDaemon::handleUnixSignal | ( | ) |
Definition at line 274 of file signondaemon.cpp.
References TRACE.
int SignonDaemonNS::SignonDaemon::identityTimeout | ( | ) | const |
Returns the number of seconds of inactivity after which identity objects might be automatically deleted.
Definition at line 536 of file signondaemon.cpp.
Referenced by SignonDaemonNS::SignonIdentity::createIdentity().
void SignonDaemonNS::SignonDaemon::init | ( | ) |
Definition at line 337 of file signondaemon.cpp.
|
static |
|
slot |
Definition at line 974 of file signondaemon.cpp.
References TRACE.
|
slot |
Definition at line 643 of file signondaemon.cpp.
References SignonDaemonNS::CredentialsDB::credentials(), SignonDaemonNS::CredentialsDB::errorOccurred(), SignonDaemonNS::internalServerErrName, SignonDaemonNS::internalServerErrStr, SignonDaemonNS::CredentialsDB::lastError(), SIGNON_RETURN_IF_CAM_UNAVAILABLE, SignonDaemonNS::SignonIdentityInfo::toMap(), and TRACE.
Referenced by SignonDaemonNS::SignonDaemonAdaptor::queryIdentities().
|
slot |
Definition at line 616 of file signondaemon.cpp.
References SignonDaemonNS::PluginProxy::mechanisms(), and TRACE.
Referenced by SignonDaemonNS::SignonDaemonAdaptor::queryMechanisms().
|
slot |
Definition at line 594 of file signondaemon.cpp.
Referenced by SignonDaemonNS::SignonDaemonAdaptor::queryMethods().
|
slot |
Definition at line 516 of file signondaemon.cpp.
References SignonDaemonNS::internalServerErrName, SignonDaemonNS::internalServerErrStr, and TRACE.
Referenced by SignonDaemonNS::SignonDaemonAdaptor::registerNewIdentity().
|
slot |
Definition at line 934 of file signondaemon.cpp.
References SignonDaemonNS::CAMConfiguration::m_dbName, and TRACE.
|
slot |
Definition at line 928 of file signondaemon.cpp.
References TRACE.
|
static |
Definition at line 268 of file signondaemon.cpp.
Referenced by installSigHandlers().
|
friend |
Definition at line 109 of file signondaemon.h.
|
friend |
Definition at line 107 of file signondaemon.h.
|
friend |
Definition at line 108 of file signondaemon.h.