![]() |
cutelyst 4.8.0
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::AuthenticationRealm, including all inherited members.
| AfterExecute enum value (defined in Cutelyst::Component) | Cutelyst::Component | |
| afterExecute(Context *c) | Cutelyst::Component | protectedvirtual |
| applyRoles(const QStack< Component * > &roles) | Cutelyst::Component | protected |
| AroundExecute enum value (defined in Cutelyst::Component) | Cutelyst::Component | |
| aroundExecute(Context *c, QStack< Component * > stack) | Cutelyst::Component | protectedvirtual |
| authenticate(Context *c, const ParamsMultiMap &authinfo) | Cutelyst::AuthenticationRealm | virtual |
| Authentication (defined in Cutelyst::AuthenticationRealm) | Cutelyst::AuthenticationRealm | friend |
| AuthenticationPrivate (defined in Cutelyst::AuthenticationRealm) | Cutelyst::AuthenticationRealm | friend |
| AuthenticationRealm(std::shared_ptr< AuthenticationStore > store, std::shared_ptr< AuthenticationCredential > credential, const QString &name=QLatin1String(defaultRealm), QObject *parent=nullptr) | Cutelyst::AuthenticationRealm | explicit |
| BeforeExecute enum value (defined in Cutelyst::Component) | Cutelyst::Component | |
| beforeExecute(Context *c) | Cutelyst::Component | protectedvirtual |
| Component(QObject *parent=nullptr) | Cutelyst::Component | explicit |
| Component(ComponentPrivate *d, QObject *parent=nullptr) | Cutelyst::Component | explicitprotected |
| credential() const noexcept | Cutelyst::AuthenticationRealm | |
| defaultRealm | Cutelyst::AuthenticationRealm | static |
| dispatcherReady(const Dispatcher *dispatch, Controller *controller) | Cutelyst::Component | protectedvirtual |
| doExecute(Context *c) | Cutelyst::Component | protectedvirtual |
| execute(Context *c) | Cutelyst::Component | |
| findUser(Context *c, const ParamsMultiMap &userinfo) | Cutelyst::AuthenticationRealm | virtual |
| init(Application *application, const QVariantHash &args) | Cutelyst::Component | virtual |
| Modifier enum name | Cutelyst::Component | |
| modifiers() const | Cutelyst::Component | virtual |
| name() const noexcept | Cutelyst::Component | |
| None enum value (defined in Cutelyst::Component) | Cutelyst::Component | |
| OnlyExecute enum value (defined in Cutelyst::Component) | Cutelyst::Component | |
| persistUser(Context *c, const AuthenticationUser &user) | Cutelyst::AuthenticationRealm | |
| removePersistedUser(Context *c) | Cutelyst::AuthenticationRealm | |
| restoreUser(Context *c, const QVariant &frozenUser) | Cutelyst::AuthenticationRealm | |
| reverse() const noexcept | Cutelyst::Component | |
| setName(const QString &name) | Cutelyst::Component | |
| setReverse(const QString &reverse) | Cutelyst::Component | |
| store() const noexcept | Cutelyst::AuthenticationRealm | |
| userIsRestorable(Context *c) | Cutelyst::AuthenticationRealm | |
| ~AuthenticationRealm() override (defined in Cutelyst::AuthenticationRealm) | Cutelyst::AuthenticationRealm | |
| ~Component() override | Cutelyst::Component | virtual |