#include <sessionmanager.h>
Singleton to manages create and access to UIT sessions. Sessions are key on Kerberos user name and realm.
- Returns
- The single instance of the manager.
Session* session |
( |
const QString & |
userName, |
|
|
const QString & |
realm |
|
) |
| |
Lookup a particular UIT session, creating a new session if necessary.
void sessionToken |
( |
const QString & |
token | ) |
|
|
signal |
Emitted when a session token is available for a session ( i.e. the authentication process is complete.
- Parameters
-
token | The UIT session token. |
void requestSessionTokenError |
( |
const QString & |
errorString | ) |
|
|
signal |
Emitted when a error occures will create a UIT session or during the authentication process.
- Parameters
-
String | describing the error that occurred. |
The documentation for this class was generated from the following file: