MySQL 9.1.0
Source Code Documentation
|
Base class of all AuthBackends. More...
#include <http_auth_backend.h>
Public Member Functions | |
HttpAuthBackend ()=default | |
HttpAuthBackend (const HttpAuthBackend &)=default | |
HttpAuthBackend (HttpAuthBackend &&)=default | |
HttpAuthBackend & | operator= (const HttpAuthBackend &)=default |
HttpAuthBackend & | operator= (HttpAuthBackend &&)=default |
virtual std::error_code | authenticate (const std::string &username, const std::string &authdata)=0 |
authentication username with authdata against backend. More... | |
virtual | ~HttpAuthBackend ()=0 |
destructor. More... | |
Base class of all AuthBackends.
|
default |
|
default |
|
default |
|
pure virtualdefault |
destructor.
|
pure virtual |
authentication username with authdata against backend.
Implemented in HttpAuthBackendHtpasswd, and HttpAuthBackendMetadataCache.
|
default |
|
default |