![]() |
Webdar 1.0.0
Web user interface to libdar
|
authentication_cli implements an authentication method based on a fixed login and password More...
#include <authentication.hpp>


Public Member Functions | |
| authentication_cli (const std::string &username, const std::string &password) | |
| authentication_cli (const authentication_cli &ref)=default | |
| authentication_cli (authentication_cli &&ref) noexcept=default | |
| authentication_cli & | operator= (const authentication_cli &ref)=default |
| authentication_cli & | operator= (authentication_cli &&ref) noexcept=default |
| virtual bool | valid_credentials (const std::string &username, const std::string &credential) const override |
Public Member Functions inherited from authentication | |
| authentication (const authentication &ref)=default | |
| authentication (authentication &&ref) noexcept=default | |
| authentication & | operator= (const authentication &ref)=default |
| authentication & | operator= (authentication &&ref) noexcept=default |
| virtual bool | valid_credentials (const std::string &username, const std::string &credential) const =0 |
authentication_cli implements an authentication method based on a fixed login and password
|
inlineoverridevirtual |
Implements authentication.