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:4666
Definition: db_service_endpoint.h:56
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:75
UniversalId get_db_object_id() const override
Definition: handler_db_service_debug.cc:120
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:108
HandlerDbServiceDebug(std::weak_ptr< DbServiceEndpoint > endpoint, mrs::interface::AuthorizeManager *auth_manager)
Definition: handler_db_service_debug.cc:57
std::shared_ptr< DbService > DbServicePtr
Definition: handler_db_service_debug.h:44
Authorization requires_authentication() const override
Definition: handler_db_service_debug.cc:114
const std::string & get_service_path() const override
Definition: handler_db_service_debug.cc:128
const std::string & get_schema_path() const override
Definition: handler_db_service_debug.cc:136
HttpResult handle_get(rest::RequestContext *ctxt) override
Definition: handler_db_service_debug.cc:69
UniversalId get_schema_id() const override
Definition: handler_db_service_debug.cc:124
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:118
HttpResult handle_delete(rest::RequestContext *ctxt) override
Definition: handler_db_service_debug.cc:82
const std::string & get_db_object_path() const override
Definition: handler_db_service_debug.cc:132
HttpResult handle_put(rest::RequestContext *ctxt) override
Definition: handler_db_service_debug.cc:88
Definition: authorize_manager.h:58
Authorization
Definition: rest_handler.h:148
ContentFileEndpoint::UniversalId UniversalId
Definition: content_file_endpoint.cc:39
DbServiceEndpoint::DbService DbService
Definition: db_service_endpoint.cc:46
Definition: authorize_manager.h:48
Definition: http_result.h:37
Definition: request_context.h:47