Leosac
0.8.0
Open Source Access Control
|
An AccessPointBackend object is used for module to provide implementation for access point CRUD operations. More...
#include <AccessPointService.hpp>
Public Member Functions | |
virtual json | update (SecurityContext &sec_ctx, Audit::IAuditEntryPtr, const json &req, IAccessPointPtr ap)=0 |
virtual json | create (SecurityContext &sec_ctx, Audit::IAuditEntryPtr, const json &req)=0 |
virtual json | erase (SecurityContext &sec_ctx, Audit::IAuditEntryPtr, const json &req, IAccessPointPtr ap)=0 |
An AccessPointBackend object is used for module to provide implementation for access point CRUD operations.
An AccessPointBackend is mapped to one module, by name.
Definition at line 43 of file AccessPointService.hpp.
|
pure virtual |
|
pure virtual |
|
pure virtual |