Interface of a an authorization function. More...
#include <authorizationFunction.hpp>
Classes | |
class | Attribute |
Key value pair as authorization function result. More... | |
Public Member Functions | |
AuthorizationFunction () | |
Default constructor. More... | |
virtual | ~AuthorizationFunction () |
Destructor. More... | |
virtual bool | call (proc::ExecContext *ctx, const std::string &resource, std::vector< Attribute > &attributes) const =0 |
Interface of a an authorization function.
|
inline |
Default constructor.
|
inlinevirtual |
Destructor.
|
pure virtual |
Copyright © 2014 - Project Wolframe - All Rights Reserved