MoleQueue  0.8.0
 All Classes Functions Variables Enumerations Enumerator Pages
Signals | Public Member Functions | List of all members
AuthResponseProcessor Class Reference

#include <authresponseprocessor.h>

Inheritance diagram for AuthResponseProcessor:

Signals

void complete (const AuthenticateCont &authenticateCont)
 

Public Member Functions

 AuthResponseProcessor (const AuthenticateResponse &response, CredentialsDialog *credentialsDialog, QObject *parentObject=0)
 
void process ()
 

Detailed Description

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.

Constructor & Destructor Documentation

AuthResponseProcessor ( const AuthenticateResponse response,
CredentialsDialog credentialsDialog,
QObject *  parentObject = 0 
)
Parameters
responseThe reponse object
credentialsDialogThe dialog that is presented to the user to request responses to each prompt. The class does not assume responsibility for the object.

Member Function Documentation

void process ( )

Start process the response

void complete ( const AuthenticateCont authenticateCont)
signal

Emitted when all the user responses to the prompts have be collected.

Parameters
authenticateContThe AuthenticateCont message that can be sent to the UIT server containing the user responses.

The documentation for this class was generated from the following file: