Leosac
0.8.0
Open Source Access Control
|
CRUD Handler for AccessPoint. More...
#include <AccessPointCRUD.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 | |
AccessPointCRUD (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 AccessPoint.
Definition at line 41 of file AccessPointCRUD.hpp.
|
private |
Definition at line 41 of file AccessPointCRUD.cpp.
Implements Leosac::Module::WebSockAPI::ICRUDResourceHandler.
Definition at line 51 of file AccessPointCRUD.cpp.
Implements Leosac::Module::WebSockAPI::ICRUDResourceHandler.
Definition at line 129 of file AccessPointCRUD.cpp.
|
static |
Definition at line 46 of file AccessPointCRUD.cpp.
Implements Leosac::Module::WebSockAPI::ICRUDResourceHandler.
Definition at line 69 of file AccessPointCRUD.cpp.
|
overrideprivatevirtual |
Implements Leosac::Module::WebSockAPI::ICRUDResourceHandler.
Definition at line 149 of file AccessPointCRUD.cpp.
Implements Leosac::Module::WebSockAPI::ICRUDResourceHandler.
Definition at line 111 of file AccessPointCRUD.cpp.