27 #include "tools/route.h"
28 #include "security/user.h"
35 enum class ActionType;
41 enum class NAF::Security::ActionType
60 std::shared_ptr<User>& get_user()
65 ActionType get_action_type()
const {
return action_type_; }
68 void set_action_type(ActionType& action_type) { action_type_ = action_type; }
72 std::shared_ptr<User> user_;
73 ActionType action_type_;
Definition: permission.h:50