The QXmppPasswordChecker class represents an abstract password checker.
More...
#include <QXmppPasswordChecker.h>
List of all members.
Detailed Description
The QXmppPasswordChecker class represents an abstract password checker.
Member Function Documentation
Checks that the given credentials are valid.
The base implementation requires that you reimplement getPassword().
- Parameters:
-
Retrieves the MD5 digest for the given username.
Reimplement this method if your backend natively supports retrieving MD5 digests.
- Parameters:
-
Retrieves the password for the given username.
The simplest way to write a password checker is to reimplement this method.
- Parameters:
-
bool QXmppPasswordChecker::hasGetPassword |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following files: