NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
nfd::CommandAuthenticator Class Reference

provides ControlCommand authorization according to NFD configuration file More...

#include <command-authenticator.hpp>

Inheritance diagram for nfd::CommandAuthenticator:
Collaboration diagram for nfd::CommandAuthenticator:

Public Member Functions

void setConfigFile (ConfigFile &configFile)
 
ndn::mgmt::Authorization makeAuthorization (const std::string &module, const std::string &verb)
 

Static Public Member Functions

static shared_ptr< CommandAuthenticatorcreate ()
 

Detailed Description

provides ControlCommand authorization according to NFD configuration file

Definition at line 38 of file command-authenticator.hpp.

Member Function Documentation

◆ create()

shared_ptr< CommandAuthenticator > nfd::CommandAuthenticator::create ( )
static

Definition at line 42 of file command-authenticator.cpp.

Referenced by nfd::ignoreRibAndLogSections().

◆ setConfigFile()

void nfd::CommandAuthenticator::setConfigFile ( ConfigFile configFile)

◆ makeAuthorization()

ndn::mgmt::Authorization nfd::CommandAuthenticator::makeAuthorization ( const std::string &  module,
const std::string &  verb 
)

The documentation for this class was generated from the following files: