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:4666
Definition: db_service_endpoint.h:56
Definition: handler_db_service_openapi.h:41
const std::string & get_db_object_path() const override
Definition: handler_db_service_openapi.cc:237
DbServicePtr entry_
Definition: handler_db_service_openapi.h:70
HttpResult handle_get(rest::RequestContext *ctxt) override
Definition: handler_db_service_openapi.cc:84
uint32_t get_access_rights() const override
Definition: handler_db_service_openapi.cc:245
Authorization requires_authentication() const override
Definition: handler_db_service_openapi.cc:221
void authorization(rest::RequestContext *ctxt) override
Definition: handler_db_service_openapi.cc:80
HandlerDbServiceOpenAPI(std::weak_ptr< DbServiceEndpoint > endpoint, mrs::interface::AuthorizeManager *auth_manager)
Definition: handler_db_service_openapi.cc:65
HttpResult handle_put(rest::RequestContext *ctxt) override
Definition: handler_db_service_openapi.cc:216
UniversalId get_db_object_id() const override
Definition: handler_db_service_openapi.cc:231
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:225
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:241
const std::string & get_service_path() const override
Definition: handler_db_service_openapi.cc:233
HttpResult handle_delete(rest::RequestContext *ctxt) override
Definition: handler_db_service_openapi.cc:211
HttpResult handle_post(rest::RequestContext *ctxt, const std::vector< uint8_t > &document) override
Definition: handler_db_service_openapi.cc:205
UniversalId get_schema_id() const override
Definition: handler_db_service_openapi.cc:229
std::weak_ptr< DbServiceEndpoint > endpoint_
Definition: handler_db_service_openapi.h:69
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