My Project
|
Classes | |
class | AuthService |
class | AuthSession |
class | ConnectionManager |
class | DBusInterface |
class | Error |
class | Identity |
class | IdentityInfo |
class | SecurityContext |
class | SessionData |
Typedefs | |
typedef QPointer< AuthSession > | AuthSessionP |
typedef QString | MethodName |
typedef QStringList | MechanismsList |
typedef QList< SecurityContext > | SecurityContextList |
Enumerations | |
enum | SignonUiPolicy { DefaultPolicy = 0, RequestPasswordPolicy, NoUserInteractionPolicy, ValidationPolicy } |
Functions | |
void | setLoggingLevel (int level) |
void | initDebug () |
QDBusArgument & | operator<< (QDBusArgument &argument, const SecurityContext &securityContext) |
const QDBusArgument & | operator>> (const QDBusArgument &argument, SecurityContext &securityContext) |
This is part of the plugin development kit, too.
QStringList SignOn::MechanismsList |
Defines a string list as a list of mechanisms.
Definition at line 49 of file identityinfo.h.
QString SignOn::MethodName |
Defines a string as an authentication method.
Definition at line 43 of file identityinfo.h.
typedef QList< SecurityContext > SignOn::SecurityContextList |
Defines a list of security contexts.
Definition at line 55 of file identityinfo.h.
Policy to define how the plugin interacts with the user. This is a hint for plugin how to handle user interaction. NoUserInteractionPolicy does not allow any ui interaction to happen and plugin will get error reply QUERY_ERROR_FORBIDDEN.
Definition at line 72 of file sessiondata.h.