GnuCashew ~ GnuCash Enabled Web
GCW
Namespaces | Typedefs | Functions
Auth.h File Reference
#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

 GCW
 
 GCW::Dbo
 Database Object 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 * >