#include <session.h>
|
void | authenticationComplete (const QString &token) |
void | authenticationError (const QString &errorString) |
|
| Session (const QString &username, const QString &realm, QObject *parentObject=0) |
void | authenticate (QObject *completeReceiver, const char *completeSlot, QObject *errorReceiver, const char *errorSlot) |
QString | kerberosPrinciple () |
QString | token () |
UitapiService * | uitService () |
The Session class encapsulates a UIT authentication token that can be share across multiple requests.
<molequeue/queue/uit/session.h>
◆ Session()
Session |
( |
const QString & | username, |
|
|
const QString & | realm, |
|
|
QObject * | parentObject = 0 ) |
- Parameters
-
username | The Kerberos user name. |
realm | The Kerbero realm. |
parentObject | The parent object. |
◆ authenticate()
void authenticate |
( |
QObject * | completeReceiver, |
|
|
const char * | completeSlot, |
|
|
QObject * | errorReceiver, |
|
|
const char * | errorSlot ) |
Called to authenticate the session with the UIT server.
- Parameters
-
completeReceiver | A pointer to the QObject that will receive the complete() signal when the authentication process is complete. |
completeSlot | A slot on the completeReceiver class that will be called when the authentication process is complete. |
errorReceiver | A pointer to the QObject that will receive error signal during the authentication process if an error occurs. |
The documentation for this class was generated from the following file: