Leosac  0.8.0
Open Source Access Control
WSServer.cpp File Reference
#include "WSServer.hpp"
#include "ExceptionConverter.hpp"
#include "Exceptions.hpp"
#include "Service.hpp"
#include "WebSockAPI.hpp"
#include "api/AccessOverview.hpp"
#include "api/AccessPointCRUD.hpp"
#include "api/AuditGet.hpp"
#include "api/CredentialCRUD.hpp"
#include "api/DoorCRUD.hpp"
#include "api/GroupCRUD.hpp"
#include "api/LogGet.hpp"
#include "api/MembershipCRUD.hpp"
#include "api/PasswordChange.hpp"
#include "api/Restart.hpp"
#include "api/ScheduleCRUD.hpp"
#include "api/UserCRUD.hpp"
#include "api/ZoneCRUD.hpp"
#include "api/search/AccessPointSearch.hpp"
#include "api/search/CredentialSearch.hpp"
#include "api/search/DoorSearch.hpp"
#include "api/search/GroupSearch.hpp"
#include "api/search/HardwareSearch.hpp"
#include "api/search/ScheduleSearch.hpp"
#include "api/search/UserSearch.hpp"
#include "api/search/ZoneSearch.hpp"
#include "api/update-management/AckUpdate.hpp"
#include "api/update-management/CancelUpdate.hpp"
#include "api/update-management/CheckUpdate.hpp"
#include "api/update-management/CreateUpdate.hpp"
#include "api/update-management/PendingUpdateGet.hpp"
#include "api/update-management/UpdateGet.hpp"
#include "api/update-management/UpdateHistory.hpp"
#include "core/CoreUtils.hpp"
#include "core/GetServiceRegistry.hpp"
#include "core/audit/AuditFactory.hpp"
#include "core/audit/WSAPICall.hpp"
#include "core/auth/Token_odb.h"
#include "core/auth/User.hpp"
#include "exception/EntityNotFound.hpp"
#include "exception/ExceptionsTools.hpp"
#include "exception/ModelException.hpp"
#include "exception/PermissionDenied.hpp"
#include "tools/db/DBService.hpp"
#include "tools/db/DatabaseTracer.hpp"
#include "tools/db/MultiplexedTransaction.hpp"
#include "tools/db/OptionalTransaction.hpp"
#include "tools/log.hpp"
#include "tools/registry/ThreadLocalRegistry.hpp"
#include <nlohmann/json.hpp>
#include <odb/session.hxx>

Go to the source code of this file.

Typedefs

using json = nlohmann::json
 

Typedef Documentation

◆ json

using json = nlohmann::json

Definition at line 76 of file WSServer.cpp.