|
MoleQueue 0.9.0
|
#include <authresponseprocessor.h>
Signals | |
| void | complete (const AuthenticateCont &authenticateCont) |
Public Member Functions | |
| AuthResponseProcessor (const AuthenticateResponse &response, CredentialsDialog *credentialsDialog, QObject *parentObject=0) | |
| void | process () |
Class used to process a AuthenticateResponse message. Basically walks through the list of prompts provided by the server asking the user for the appropriate responses.
| AuthResponseProcessor | ( | const AuthenticateResponse & | response, |
| CredentialsDialog * | credentialsDialog, | ||
| QObject * | parentObject = 0 ) |
| response | The reponse object |
| credentialsDialog | The dialog that is presented to the user to request responses to each prompt. The class does not assume responsibility for the object. |
| void process | ( | ) |
Start process the response
|
signal |
Emitted when all the user responses to the prompts have be collected.
| authenticateCont | The AuthenticateCont message that can be sent to the UIT server containing the user responses. |