]> git.proxmox.com Git - ceph.git/blame - ceph/src/rgw/rgw_rest_realm.h
import quincy beta 17.1.0
[ceph.git] / ceph / src / rgw / rgw_rest_realm.h
CommitLineData
7c673cae 1// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
9f95a23c 2// vim: ts=8 sw=2 smarttab ft=cpp
7c673cae 3
9f95a23c 4#pragma once
7c673cae
FG
5
6#include "rgw_rest.h"
7
8class RGWRESTMgr_Realm : public RGWRESTMgr {
9public:
10 RGWRESTMgr_Realm();
11
20effc67 12 RGWHandler_REST* get_handler(rgw::sal::Store* store,
f67539c2 13 struct req_state*,
7c673cae
FG
14 const rgw::auth::StrategyRegistry& auth_registry,
15 const std::string&) override;
16};