|
GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
|
Namespaces | |
| namespace | Field |
Classes | |
| class | Item |
Typedefs | |
| using | AuthInfo = Wt::Auth::Dbo::AuthInfo< GCW::Dbo::Users::Item > |
| using | UserDatabase = Wt::Auth::Dbo::UserDatabase< AuthInfo > |
Functions | |
| auto | mapClasses (Wt::Dbo::Session &session) -> void |
| auto | postCreateTables (Wt::Dbo::Session &session) -> void |
| auto | configure () -> void |
| auto | service () -> const Wt::Auth::AuthService & |
| auto | passwordService () -> const Wt::Auth::PasswordService & |
| auto | oService () -> const std::vector< const Wt::Auth::OAuthService * > |
Variables | |
| const char * | s_tableName = "gcw_users" |
| using GCW::Dbo::Users::AuthInfo = typedef Wt::Auth::Dbo::AuthInfo< GCW::Dbo::Users::Item > |
| using GCW::Dbo::Users::UserDatabase = typedef Wt::Auth::Dbo::UserDatabase< AuthInfo > |
| auto GCW::Dbo::Users::configure | ( | ) | -> void |
Definition at line 57 of file Auth.cpp.
References Wt::Auth::FacebookService::configured(), Wt::Auth::GoogleService::configured(), and Wt::Auth::EmailAddress.
Referenced by GCW::Dbo::GnuCashew::Session::open().
| auto GCW::Dbo::Users::mapClasses | ( | Wt::Dbo::Session & | session | ) | -> void |
Definition at line 23 of file Auth.cpp.
Referenced by GCW::Dbo::GnuCashew::Session::open().
| auto GCW::Dbo::Users::oService | ( | ) | -> const std::vector<const Wt::Auth::OAuthService *> |
Definition at line 100 of file Auth.cpp.
Referenced by GCW::App::createAuthWidget().
| auto GCW::Dbo::Users::passwordService | ( | ) | -> const Wt::Auth::PasswordService & |
Definition at line 92 of file Auth.cpp.
Referenced by GCW::App::createAuthWidget(), and postCreateTables().
| auto GCW::Dbo::Users::postCreateTables | ( | Wt::Dbo::Session & | session | ) | -> void |
Definition at line 34 of file Auth.cpp.
References Wt::Auth::User::addIdentity(), Wt::Auth::Identity::LoginName, passwordService(), and Wt::Auth::Dbo::UserDatabase< class DboType >::registerNew().
| auto GCW::Dbo::Users::service | ( | ) | -> const Wt::Auth::AuthService & |
Definition at line 84 of file Auth.cpp.
Referenced by GCW::App::createAuthWidget().