Leosac
0.8.0
Open Source Access Control
|
CRUD Handler for Zones. More...
#include <ZoneCRUD.hpp>
Static Public Member Functions | |
static CRUDResourceHandlerUPtr | instanciate (RequestContext) |
Static Public Member Functions inherited from Leosac::Module::WebSockAPI::CRUDResourceHandler | |
static CRUDResourceHandlerUPtr | instanciate (RequestContext) |
Private Member Functions | |
ZoneCRUD (RequestContext ctx) | |
virtual std::vector< ActionActionParam > | required_permission (Verb verb, const json &req) const override |
virtual boost::optional< json > | create_impl (const json &req) override |
virtual boost::optional< json > | read_impl (const json &req) override |
virtual boost::optional< json > | update_impl (const json &req) override |
virtual boost::optional< json > | delete_impl (const json &req) override |
CRUD Handler for Zones.
Definition at line 36 of file ZoneCRUD.hpp.
|
private |
Definition at line 34 of file ZoneCRUD.cpp.
Implements Leosac::Module::WebSockAPI::ICRUDResourceHandler.
Definition at line 45 of file ZoneCRUD.cpp.
Implements Leosac::Module::WebSockAPI::ICRUDResourceHandler.
Definition at line 130 of file ZoneCRUD.cpp.
|
static |
Definition at line 39 of file ZoneCRUD.cpp.
Implements Leosac::Module::WebSockAPI::ICRUDResourceHandler.
Definition at line 68 of file ZoneCRUD.cpp.
|
overrideprivatevirtual |
Implements Leosac::Module::WebSockAPI::ICRUDResourceHandler.
Definition at line 152 of file ZoneCRUD.cpp.
Implements Leosac::Module::WebSockAPI::ICRUDResourceHandler.
Definition at line 104 of file ZoneCRUD.cpp.