|
GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
|
#include <Wt/Dbo/Session.h>#include <Wt/Auth/Login.h>#include <Wt/Auth/Dbo/UserDatabase.h>#include <Wt/Auth/PasswordService.h>#include "User.h"
Include dependency graph for Auth.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | GCW |
| namespace | GCW::Dbo |
| Database Object Namespace. | |
| namespace | GCW::Dbo::Users |
Typedefs | |
| using | GCW::Dbo::Users::AuthInfo = Wt::Auth::Dbo::AuthInfo< GCW::Dbo::Users::Item > |
| using | GCW::Dbo::Users::UserDatabase = Wt::Auth::Dbo::UserDatabase< AuthInfo > |
Functions | |
| auto | GCW::Dbo::Users::mapClasses (Wt::Dbo::Session &session) -> void |
| auto | GCW::Dbo::Users::postCreateTables (Wt::Dbo::Session &session) -> void |
| auto | GCW::Dbo::Users::configure () -> void |
| auto | GCW::Dbo::Users::service () -> const Wt::Auth::AuthService & |
| auto | GCW::Dbo::Users::passwordService () -> const Wt::Auth::PasswordService & |
| auto | GCW::Dbo::Users::oService () -> const std::vector< const Wt::Auth::OAuthService * > |