#include <mesos.hpp>
|
static Try< Authorizer * > | create (const std::string &name) |
| Factory method used to create instances of authorizer which are loaded from the ModuleManager . More...
|
|
static Try< Authorizer * > | create (const ACLs &acls) |
| Factory method used to create instances of the default 'local' authorizer. More...
|
|
| Authorizer () |
|
mesos::internal::tests::MockAuthorizer::MockAuthorizer |
( |
| ) |
|
mesos::internal::tests::MockAuthorizer::~MockAuthorizer |
( |
| ) |
|
|
override |
mesos::internal::tests::MockAuthorizer::MOCK_METHOD1 |
( |
authorized |
, |
|
|
process::Future< bool > |
const authorization::Request &request |
|
) |
| |
mesos::internal::tests::MockAuthorizer::MOCK_METHOD2 |
( |
getApprover |
, |
|
|
process::Future< std::shared_ptr< const ObjectApprover >> |
const Option< authorization::Subject > &subject, const authorization::Action &action |
|
) |
| |
The documentation for this class was generated from the following file: