Fork Vasum on GitHub Official Vasum Wiki on Tizen.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vasum::ProxyCallPolicy Class Reference

#include <proxy-call-policy.hpp>

Public Member Functions

 ProxyCallPolicy (const std::vector< ProxyCallRule > &proxyCallRules)
 
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
 

Private Attributes

std::vector< ProxyCallRulemProxyCallRules
 

Constructor & Destructor Documentation

vasum::ProxyCallPolicy::ProxyCallPolicy ( const std::vector< ProxyCallRule > &  proxyCallRules)

Member Function Documentation

bool vasum::ProxyCallPolicy::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

Member Data Documentation

std::vector<ProxyCallRule> vasum::ProxyCallPolicy::mProxyCallRules
private

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