Wt  3.3.4
Authentication module (Wt::Auth)

A module that implements authentication functions. More...

A module that implements authentication functions.

This module implements a complete modular authentication system for Wt applications.

The module is organized in model classes, which implement authentication logic, and view classes which are widgets that implement UI components.

Model

The model layer is organized in a number of service classes, which provide the configuration and authentication services, and are generally shared between different sessions, and session classes which implement the authentication state for each session.

The service classes are:

There are a number of utility classes too:

The session classes are:

Views

The view classes typically use service classes and session classes.

The included views are:


Generated on Thu Aug 4 2016 for the C++ Web Toolkit (Wt) by doxygen 1.8.11