|
cutelyst 3.9.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(AuthenticationRealm *realm) | Cutelyst::Authentication | |
| addRealm(AuthenticationStore *store, AuthenticationCredential *credential, const QString &name=QLatin1String(defaultRealm)) | Cutelyst::Authentication | |
| authenticate(Context *c, const ParamsMultiMap &userinfo, const QString &realm=QLatin1String(defaultRealm)) | Cutelyst::Authentication | static |
| authenticate(Context *c, const QString &realm=QLatin1String(defaultRealm)) | Cutelyst::Authentication | inlinestatic |
| Authentication(Application *parent) | Cutelyst::Authentication | |
| defaultRealm | Cutelyst::Authentication | static |
| findUser(Context *c, const ParamsMultiMap &userinfo, const QString &realm=QLatin1String(defaultRealm)) | Cutelyst::Authentication | static |
| logout(Context *c) | Cutelyst::Authentication | static |
| Plugin(Application *parent) | Cutelyst::Plugin | |
| realm(const QString &name=QLatin1String(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, const QString &realmName=QLatin1String(defaultRealm)) | Cutelyst::Authentication | static |
| ~Authentication() override (defined in Cutelyst::Authentication) | Cutelyst::Authentication | virtual |