#include <mesos/mesos.hpp>
#include <mesos/authorizer/authorizer.pb.h>
#include <process/future.hpp>
#include <stout/nothing.hpp>
#include <stout/option.hpp>
#include <stout/try.hpp>
Go to the source code of this file.
|
class | mesos::ObjectApprover |
| This interface represents a function object returned by the authorizer which can be used locally (and synchronously) to check whether a specific object is authorized. More...
|
|
struct | mesos::ObjectApprover::Object |
|
class | mesos::Authorizer |
| This interface is used to enable an identity service or any other back end to check authorization policies for a set of predefined actions. More...
|
|