|
My Project
|
Classes | |
| class | AuthService |
| class | AuthSession |
| class | ConnectionManager |
| class | DBusInterface |
| class | Error |
| class | Identity |
| class | IdentityInfo |
| class | SessionData |
Typedefs | |
| typedef QPointer< AuthSession > | AuthSessionP |
| typedef QString | MethodName |
| typedef QStringList | MechanismsList |
Enumerations | |
| enum | SignonUiPolicy { DefaultPolicy = 0, RequestPasswordPolicy, NoUserInteractionPolicy, ValidationPolicy } |
Functions | |
| void | setLoggingLevel (int level) |
| void | initDebug () |
This is part of the plugin development kit, too.
| QStringList SignOn::MechanismsList |
Defines a string list as a list of mechanisms.
Definition at line 48 of file identityinfo.h.
| QString SignOn::MethodName |
Defines a string as an authentication method.
Definition at line 42 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.