mod_servlet
C++Servlets
 All Classes Files Functions Variables Typedefs Macros Pages
servlet::principal Class Referenceabstract

This interface represents the abstract notion of a principal, which can be used to represent any entity, such as an individual, a corporation, and a login id. More...

#include <session.h>

Inheritance diagram for servlet::principal:
servlet::named_principal

Public Member Functions

virtual string_view get_name () noexcept=0
 Returns the name of this principal. More...
 

Detailed Description

This interface represents the abstract notion of a principal, which can be used to represent any entity, such as an individual, a corporation, and a login id.

Member Function Documentation

virtual string_view servlet::principal::get_name ( )
pure virtualnoexcept

Returns the name of this principal.

Returns
the name of this principal.

Implemented in servlet::named_principal.


The documentation for this class was generated from the following file: