26#ifndef ROUTER_SRC_REST_MRS_SRC_MRS_ENDPOINT_HANDLER_HANDLER_DB_SERVICE_OPENAPI_H_
27#define ROUTER_SRC_REST_MRS_SRC_MRS_ENDPOINT_HANDLER_HANDLER_DB_SERVICE_OPENAPI_H_
65 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_openapi.h:41
const std::string & get_db_object_path() const override
Definition: handler_db_service_openapi.cc:216
DbServicePtr entry_
Definition: handler_db_service_openapi.h:70
HttpResult handle_get(rest::RequestContext *ctxt) override
Definition: handler_db_service_openapi.cc:80
uint32_t get_access_rights() const override
Definition: handler_db_service_openapi.cc:224
Authorization requires_authentication() const override
Definition: handler_db_service_openapi.cc:200
void authorization(rest::RequestContext *ctxt) override
Definition: handler_db_service_openapi.cc:76
HandlerDbServiceOpenAPI(std::weak_ptr< DbServiceEndpoint > endpoint, mrs::interface::AuthorizeManager *auth_manager)
Definition: handler_db_service_openapi.cc:61
HttpResult handle_put(rest::RequestContext *ctxt) override
Definition: handler_db_service_openapi.cc:195
UniversalId get_db_object_id() const override
Definition: handler_db_service_openapi.cc:210
mrs::database::entry::DbService DbService
Definition: handler_db_service_openapi.h:44
std::string url_obj_
Definition: handler_db_service_openapi.h:71
UniversalId get_service_id() const override
Definition: handler_db_service_openapi.cc:204
std::shared_ptr< DbService > DbServicePtr
Definition: handler_db_service_openapi.h:45
const std::string & get_schema_path() const override
Definition: handler_db_service_openapi.cc:220
const std::string & get_service_path() const override
Definition: handler_db_service_openapi.cc:212
HttpResult handle_delete(rest::RequestContext *ctxt) override
Definition: handler_db_service_openapi.cc:190
HttpResult handle_post(rest::RequestContext *ctxt, const std::vector< uint8_t > &document) override
Definition: handler_db_service_openapi.cc:184
UniversalId get_schema_id() const override
Definition: handler_db_service_openapi.cc:208
std::weak_ptr< DbServiceEndpoint > endpoint_
Definition: handler_db_service_openapi.h:69
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