#include <checker.hpp>
Public Member Functions | |
HyperRelationChecker (const std::string &pktNameExpr, const std::string pktNameExpand, const std::string &klNameExpr, const std::string klNameExpand, const NameRelation &hyperRelation) | |
Public Member Functions inherited from ndn::security::v2::validator_config::Checker | |
virtual | ~Checker ()=default |
bool | check (uint32_t pktType, const Name &pktName, const Name &klName, const shared_ptr< ValidationState > &state) |
Check if packet name ane KeyLocator satisfy the checker's conditions. More... | |
Protected Member Functions | |
bool | checkNames (const Name &pktName, const Name &klName, const shared_ptr< ValidationState > &state) override |
Additional Inherited Members | |
Static Public Member Functions inherited from ndn::security::v2::validator_config::Checker | |
static unique_ptr< Checker > | create (const ConfigSection &configSection, const std::string &configFilename) |
create a checker from configuration section More... | |
Definition at line 114 of file checker.hpp.
ndn::security::v2::validator_config::HyperRelationChecker::HyperRelationChecker | ( | const std::string & | pktNameExpr, |
const std::string | pktNameExpand, | ||
const std::string & | klNameExpr, | ||
const std::string | klNameExpand, | ||
const NameRelation & | hyperRelation | ||
) |
Definition at line 94 of file checker.cpp.
|
overrideprotectedvirtual |
Implements ndn::security::v2::validator_config::Checker.
Definition at line 104 of file checker.cpp.
References ndn::security::v2::validator_config::checkNameRelation(), ndn::RegexTopMatcher::expand(), ndn::RegexTopMatcher::match(), and ndn::security::v2::ValidationError::POLICY_ERROR.