cutelyst
4.5.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::AuthenticationStore, including all inherited members.
AuthenticationStore() | Cutelyst::AuthenticationStore | |
autoCreateUser(Context *c, const ParamsMultiMap &userinfo) const | Cutelyst::AuthenticationStore | virtual |
autoUpdateUser(Context *c, const ParamsMultiMap &userinfo) const | Cutelyst::AuthenticationStore | virtual |
canAutoCreateUser() const | Cutelyst::AuthenticationStore | virtual |
canAutoUpdateUser() const | Cutelyst::AuthenticationStore | virtual |
findUser(Context *c, const ParamsMultiMap &userinfo)=0 | Cutelyst::AuthenticationStore | pure virtual |
forSession(Context *c, const AuthenticationUser &user) | Cutelyst::AuthenticationStore | virtual |
fromSession(Context *c, const QVariant &frozenUser) | Cutelyst::AuthenticationStore | virtual |
~AuthenticationStore() | Cutelyst::AuthenticationStore | virtual |