Wt
3.2.3
|
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. |