Web framework C++
2.0.0
Simple web framework on c++ designed to easily create web pages, etc
|
This is the complete list of members for AuthMiddleware, including all inherited members.
addStrategy(AuthStrategy *strategy) | AuthMiddleware | |
addValueToMap(const char *key, const char *value) | Middleware | |
AuthMiddleware(const char *nameID, const char *cookieID, const char *jsonID) | AuthMiddleware | inline |
autoExec() override | AuthMiddleware | virtual |
clear() override | AuthMiddleware | inlinevirtual |
exec() override | AuthMiddleware | virtual |
getMap() | Middleware | |
getNameID() | Middleware | |
getUser() | AuthMiddleware | |
getValueFromMap(const char *key, std::string &value) | Middleware | |
login(std::string &userName, std::string &password) | AuthMiddleware | |
map | Middleware | protected |
Middleware(const char *nameID) | Middleware | |
request | Middleware | protected |
response | Middleware | protected |
setContent(Request *request, Response *response) | Middleware | |
setOnDeserialize(std::function< Entity *(std::string &)> deserialize) | AuthMiddleware | |
setOnLogin(std::function< Entity *(std::string &, std::string &)> login) | AuthMiddleware | |
setOnSerialize(std::function< std::string(Entity *)> serialize) | AuthMiddleware | |
~AuthMiddleware() override | AuthMiddleware | |
~Middleware() | Middleware | virtual |