17 #ifndef __MESOS_MODULE_AUTHORIZER_HPP__ 18 #define __MESOS_MODULE_AUTHORIZER_HPP__ 28 inline const char* kind<mesos::Authorizer>()
38 const char* _moduleApiVersion,
39 const char* _mesosVersion,
40 const char* _authorName,
41 const char* _authorEmail,
42 const char* _description,
43 bool (*_compatible)(),
61 #endif // __MESOS_MODULE_AUTHORIZER_HPP__ Module(const char *_moduleApiVersion, const char *_mesosVersion, const char *_authorName, const char *_authorEmail, const char *_description, bool(*_compatible)(), mesos::Authorizer *(*_create)(const Parameters ¶meters))
Definition: authorizer.hpp:37
Definition: module.hpp:56
This interface is used to enable an identity service or any other back end to check authorization pol...
Definition: authorizer.hpp:268
Try< Nothing > create(const std::string &hierarchy, const std::string &cgroup, bool recursive=false)
Definition: module.hpp:97