summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_rest_realm.h
diff options
context:
space:
mode:
authorCasey Bodley <cbodley@redhat.com>2015-10-16 22:59:06 +0200
committerYehuda Sadeh <yehuda@redhat.com>2016-02-12 01:13:20 +0100
commit5704bcd1b78fb84fed04c2916f170aa55106c060 (patch)
tree992c03b1e913008ab3ce368808afc1083893c38b /src/rgw/rgw_rest_realm.h
parentrgw: add realm params to period pull (diff)
downloadceph-5704bcd1b78fb84fed04c2916f170aa55106c060.tar.xz
ceph-5704bcd1b78fb84fed04c2916f170aa55106c060.zip
rgw: add op for GET /admin/realm
this is for the radosgw-admin 'realm pull' command, which gets the realm object by name or id Signed-off-by: Casey Bodley <cbodley@redhat.com>
Diffstat (limited to 'src/rgw/rgw_rest_realm.h')
-rw-r--r--src/rgw/rgw_rest_realm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rgw/rgw_rest_realm.h b/src/rgw/rgw_rest_realm.h
index c6c1ae0517c..d53e0607e7e 100644
--- a/src/rgw/rgw_rest_realm.h
+++ b/src/rgw/rgw_rest_realm.h
@@ -9,6 +9,8 @@
class RGWRESTMgr_Realm : public RGWRESTMgr {
public:
RGWRESTMgr_Realm();
+
+ RGWHandler* get_handler(struct req_state*) override;
};
#endif