26 #ifndef NFD_DAEMON_MGMT_NFD_MANAGER_BASE_HPP 27 #define NFD_DAEMON_MGMT_NFD_MANAGER_BASE_HPP 34 using ndn::mgmt::Dispatcher;
35 using ndn::nfd::ControlParameters;
46 const std::string& module);
49 virtual ndn::mgmt::Authorization
50 makeAuthorization(
const std::string& verb)
override;
58 #endif // NFD_DAEMON_MGMT_NFD_MANAGER_BASE_HPP NfdManagerBase(Dispatcher &dispatcher, CommandAuthenticator &authenticator, const std::string &module)
provides ControlCommand authorization according to NFD configuration file
a collection of common functions shared by all NFD managers and RIB manager, such as communicating wi...
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents...
a collection of common functions shared by all NFD managers, such as communicating with the dispatche...
#define PUBLIC_WITH_TESTS_ELSE_PRIVATE