![]() |
cutelyst 5.0.1
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
|
This is the complete list of members for Cutelyst::Authentication, including all inherited members.
| addRealm(std::shared_ptr< AuthenticationRealm > realm) | Cutelyst::Authentication | |
| addRealm(std::shared_ptr< AuthenticationStore > store, std::shared_ptr< AuthenticationCredential > credential, QStringView name=defaultRealm) | Cutelyst::Authentication | |
| authenticate(Context *c, const ParamsMultiMap &userinfo, QStringView realm=defaultRealm) | Cutelyst::Authentication | static |
| authenticate(Context *c, QStringView realm=defaultRealm) | Cutelyst::Authentication | inlinestatic |
| Authentication(Application *parent) | Cutelyst::Authentication | explicit |
| defaultRealm | Cutelyst::Authentication | static |
| findUser(Context *c, const ParamsMultiMap &userinfo, QStringView realm=defaultRealm) | Cutelyst::Authentication | static |
| logout(Context *c) | Cutelyst::Authentication | static |
| Plugin(Application *parent) | Cutelyst::Plugin | explicit |
| realm(QStringView name=defaultRealm) const | Cutelyst::Authentication | |
| setup(Application *app) override | Cutelyst::Authentication | protectedvirtual |
| user(Context *c) | Cutelyst::Authentication | static |
| userExists(Context *c) | Cutelyst::Authentication | static |
| userInRealm(Context *c, QStringView realmName=defaultRealm) | Cutelyst::Authentication | static |
| ~Authentication() override | Cutelyst::Authentication | virtual |