OdbDesignLib
OdbDesign ODB++ Parsing Library
 
Loading...
Searching...
No Matches
Odb::Lib::App::RequestAuthenticationBase Class Reference
Inheritance diagram for Odb::Lib::App::RequestAuthenticationBase:
Odb::Lib::App::BasicRequestAuthentication

Public Member Functions

virtual crow::response AuthenticateRequest (const crow::request &req)
 

Protected Member Functions

 RequestAuthenticationBase (bool disableAuthentication)
 

Protected Attributes

bool m_disableAuthentication = false
 

Detailed Description

Definition at line 8 of file RequestAuthenticationBase.h.

Constructor & Destructor Documentation

◆ RequestAuthenticationBase()

Odb::Lib::App::RequestAuthenticationBase::RequestAuthenticationBase ( bool  disableAuthentication)
protected

Definition at line 8 of file RequestAuthenticationBase.cpp.

Member Function Documentation

◆ AuthenticateRequest()

crow::response Odb::Lib::App::RequestAuthenticationBase::AuthenticateRequest ( const crow::request &  req)
virtual

Definition at line 13 of file RequestAuthenticationBase.cpp.

Member Data Documentation

◆ m_disableAuthentication

bool Odb::Lib::App::RequestAuthenticationBase::m_disableAuthentication = false
protected

Definition at line 19 of file RequestAuthenticationBase.h.


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