26 #ifndef SERVER_PROXY_CALL_POLICY_HPP
27 #define SERVER_PROXY_CALL_POLICY_HPP
43 const std::string& target,
44 const std::string& targetBusName,
45 const std::string& targetObjectPath,
46 const std::string& targetInterface,
47 const std::string& targetMethod)
const;
57 #endif // SERVER_PROXY_CALL_POLICY_HPP
bool isProxyCallAllowed(const std::string &caller, const std::string &target, const std::string &targetBusName, const std::string &targetObjectPath, const std::string &targetInterface, const std::string &targetMethod) const
Definition: proxy-call-policy.cpp:49
std::vector< ProxyCallRule > mProxyCallRules
Definition: proxy-call-policy.hpp:50
Declaration of the struct for storing proxy call configuration.
Definition: proxy-call-policy.hpp:37
ProxyCallPolicy(const std::vector< ProxyCallRule > &proxyCallRules)
Definition: proxy-call-policy.cpp:44