26#ifndef ROUTER_SRC_MYSQL_REST_SERVICE_SRC_MRS_ENDPOINT_HANDLER_AUTHENTICATION_AUTHORIZE_COMPLETED_H_
27#define ROUTER_SRC_MYSQL_REST_SERVICE_SRC_MRS_ENDPOINT_HANDLER_AUTHENTICATION_AUTHORIZE_COMPLETED_H_
44 const std::string &url_host,
46 const std::string &service_path,
47 const std::string &rest_path_matcher,
49 const std::string &page_content_custom,
64 const std::vector<uint8_t> &document)
override;
Definition: protocol.h:33
The handler class is the interface for dynamically loadable storage engines.
Definition: handler.h:4618
Definition: handler_authorize_base.h:35
Definition: handler_authorize_completed.h:41
const std::string & get_db_object_path() const override
Definition: handler_authorize_completed.cc:172
Authorization requires_authentication() const override
Definition: handler_authorize_completed.cc:151
UniversalId get_schema_id() const override
Definition: handler_authorize_completed.cc:159
UniversalId get_db_object_id() const override
Definition: handler_authorize_completed.cc:161
std::string copy_path_
Definition: handler_authorize_completed.h:73
HttpResult handle_delete(RequestContext *ctxt) override
Definition: handler_authorize_completed.cc:194
uint32_t get_access_rights() const override
Definition: handler_authorize_completed.cc:177
UniversalId service_id_
Definition: handler_authorize_completed.h:69
const std::string & get_service_path() const override
Definition: handler_authorize_completed.cc:163
UniversalId get_service_id() const override
Definition: handler_authorize_completed.cc:155
const std::string page_content_custom_
Definition: handler_authorize_completed.h:71
HttpResult handle_post(RequestContext *ctxt, const std::vector< uint8_t > &document) override
Definition: handler_authorize_completed.cc:189
bool may_check_access() const override
Definition: handler_authorize_completed.cc:202
HandlerAuthorizeCompleted(const Protocol protocol, const std::string &url_host, const UniversalId service_id, const std::string &service_path, const std::string &rest_path_matcher, const std::string &options, const std::string &page_content_custom, interface::AuthorizeManager *auth_manager)
Definition: handler_authorize_completed.cc:138
HttpResult handle_put(RequestContext *ctxt) override
Definition: handler_authorize_completed.cc:198
const std::string service_path_
Definition: handler_authorize_completed.h:70
HttpResult handle_get(RequestContext *ctxt) override
Definition: handler_authorize_completed.cc:182
std::string copy_url_
Definition: handler_authorize_completed.h:72
const std::string & get_schema_path() const override
Definition: handler_authorize_completed.cc:167
Definition: authorize_manager.h:58
Authorization
Definition: rest_handler.h:142
ContentFileEndpoint::UniversalId UniversalId
Definition: content_file_endpoint.cc:39
Definition: authorize_manager.h:48
Definition: options.cc:57
Definition: http_result.h:37
Definition: request_context.h:47