#include <QtCrypto>
Collaboration diagram for QCA::SASL::Params:

Public Member Functions | |
| Params (bool user, bool authzid, bool pass, bool realm) | |
| Params (const Params &from) | |
| Params & | operator= (const Params &from) |
| bool | needUsername () const |
| bool | canSendAuthzid () const |
| bool | needPassword () const |
| bool | canSendRealm () const |
This is used to indicate which parameters are needed by SASL in order to complete the authentication process.
|
||||||||||||||||||||
|
Standard constructor. The concept behind this is that you set each of the flags depending on which parameters are needed.
|
|
|
Standard copy constructor.
|
|
|
Standard assignment operator.
|
|
|
User is needed.
|
|
|
An Authorization ID can be sent if desired.
|
|
|
Password is needed.
|
|
|
A Realm can be sent if desired.
|
1.4.6