|
cutelyst
3.7.0
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
|

Public Member Functions | |
| AuthenticationCredential (QObject *parent=nullptr) | |
| Constructs a new AuthenticationCredential object with the given parent. | |
| virtual AuthenticationUser | authenticate (Context *c, AuthenticationRealm *realm, const ParamsMultiMap &authinfo)=0 |
Tries to authenticate the authinfo using the give realm. More... | |
Definition at line 18 of file authentication.h.
|
pure virtual |
Returns a not null AuthenticationUser object in case of success.
Implemented in Cutelyst::CredentialPassword, and Cutelyst::CredentialHttp.
Referenced by Cutelyst::AuthenticationRealm::authenticate().