26#ifndef ROUTER_SRC_REST_MRS_SRC_MRS_ENDPOINT_HANDLER_HANDLER_DB_SERVICE_DEBUG_H_
27#define ROUTER_SRC_REST_MRS_SRC_MRS_ENDPOINT_HANDLER_HANDLER_DB_SERVICE_DEBUG_H_
53 const std::vector<uint8_t> &document)
override;
The handler class is the interface for dynamically loadable storage engines.
Definition: handler.h:4618
Definition: db_service_endpoint.h:54
Definition: handler_db_service_debug.h:41
HttpResult handle_post(rest::RequestContext *ctxt, const std::vector< uint8_t > &document) override
Definition: handler_db_service_debug.cc:72
UniversalId get_db_object_id() const override
Definition: handler_db_service_debug.cc:117
mrs::database::entry::DbService DbService
Definition: handler_db_service_debug.h:43
uint32_t get_access_rights() const override
Definition: handler_db_service_debug.cc:105
HandlerDbServiceDebug(std::weak_ptr< DbServiceEndpoint > endpoint, mrs::interface::AuthorizeManager *auth_manager)
Definition: handler_db_service_debug.cc:54
std::shared_ptr< DbService > DbServicePtr
Definition: handler_db_service_debug.h:44
Authorization requires_authentication() const override
Definition: handler_db_service_debug.cc:111
const std::string & get_service_path() const override
Definition: handler_db_service_debug.cc:125
const std::string & get_schema_path() const override
Definition: handler_db_service_debug.cc:133
HttpResult handle_get(rest::RequestContext *ctxt) override
Definition: handler_db_service_debug.cc:66
UniversalId get_schema_id() const override
Definition: handler_db_service_debug.cc:121
std::weak_ptr< DbServiceEndpoint > endpoint_
Definition: handler_db_service_debug.h:69
DbServicePtr entry_
Definition: handler_db_service_debug.h:70
UniversalId get_service_id() const override
Definition: handler_db_service_debug.cc:115
HttpResult handle_delete(rest::RequestContext *ctxt) override
Definition: handler_db_service_debug.cc:79
const std::string & get_db_object_path() const override
Definition: handler_db_service_debug.cc:129
HttpResult handle_put(rest::RequestContext *ctxt) override
Definition: handler_db_service_debug.cc:85
Definition: authorize_manager.h:58
Authorization
Definition: rest_handler.h:142
ContentFileEndpoint::UniversalId UniversalId
Definition: content_file_endpoint.cc:39
DbServiceEndpoint::DbService DbService
Definition: db_service_endpoint.cc:45
Definition: authorize_manager.h:48
Definition: http_result.h:37
Definition: request_context.h:47