Wt  3.3.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | List of all members
Wt::Auth::Dbo::AuthIdentity< AuthIdentityType > Class Template Reference

A default implementation for a authentication identity in Wt::Dbo. More...

#include <Wt/Auth/Dbo/AuthInfo>

Inheritance diagram for Wt::Auth::Dbo::AuthIdentity< AuthIdentityType >:
Inheritance graph
[legend]

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_traits< AuthIdentity
< AuthInfoType > >::IdType 
id () const
 Returns the database id. More...
 
Sessionsession () const
 Returns the session. More...
 
void setDirty ()
 Marks the object as modified. More...
 
ptr< AuthIdentity< AuthInfoType > > self () const
 Returns a dbo::ptr to this object. More...
 

Detailed Description

template<class AuthIdentityType>
class Wt::Auth::Dbo::AuthIdentity< AuthIdentityType >

A default implementation for a authentication identity in Wt::Dbo.

This class is used by AuthInfo, and stores identities.

See Also
AuthInfo

Generated on Wed Oct 23 2013 for the C++ Web Toolkit (Wt) by doxygen 1.8.4