Webdar 1.0.0
Web user interface to libdar
Public Member Functions | List of all members
authentication Class Referenceabstract

pure virtual class defining the interface for current and future authentication methods More...

#include <authentication.hpp>

Inheritance diagram for authentication:
Inheritance graph
[legend]

Public Member Functions

 authentication (const authentication &ref)=default
 
 authentication (authentication &&ref) noexcept=default
 
authenticationoperator= (const authentication &ref)=default
 
authenticationoperator= (authentication &&ref) noexcept=default
 
virtual bool valid_credentials (const std::string &username, const std::string &credential) const =0
 

Detailed Description

pure virtual class defining the interface for current and future authentication methods


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