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