Wt
3.3.8
|
A default implementation for a authentication identity in Wt::Dbo. More...
#include <Wt/Auth/Dbo/AuthInfo>
Public Member Functions | |
AuthIdentity () | |
Default constructor. | |
AuthIdentity (const std::string &provider, const WString &identity) | |
Constructor. | |
Wt::Dbo::ptr< AuthInfoType > | authInfo () const |
Returns the identity owner. | |
template<class Action > | |
void | persist (Action &a) |
Wt::Dbo persist implementation. | |
Public Member Functions inherited from Wt::Dbo::Dbo< AuthIdentity< AuthInfoType > > | |
Dbo () | |
Constructor. | |
Dbo (const Dbo< AuthIdentity< AuthInfoType > > &other) | |
Copy constructor. | |
dbo_traits< AuthIdentity< AuthInfoType > >::IdType | id () const |
Returns the database id. More... | |
Session * | session () const |
Returns the session. More... | |
void | setDirty () |
Marks the object as modified. More... | |
bool | isDirty () const |
Returns whether this object is dirty. More... | |
ptr< AuthIdentity< AuthInfoType > > | self () const |
Returns a dbo::ptr to this object. More... | |