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

A single allow rule for proxy call dispatching. More...

#include <proxy-call-config.hpp>

Public Attributes

std::string caller
 caller id (zone id or host) More...
 
std::string target
 target id (zone id or host) More...
 
std::string targetBusName
 target dbus bus name More...
 
std::string targetObjectPath
 target dbus object path More...
 
std::string targetInterface
 target dbus interface More...
 
std::string targetMethod
 target dbus method More...
 

Detailed Description

A single allow rule for proxy call dispatching.

Member Data Documentation

std::string vasum::ProxyCallRule::caller

caller id (zone id or host)

std::string vasum::ProxyCallRule::target

target id (zone id or host)

std::string vasum::ProxyCallRule::targetBusName

target dbus bus name

std::string vasum::ProxyCallRule::targetInterface

target dbus interface

std::string vasum::ProxyCallRule::targetMethod

target dbus method

std::string vasum::ProxyCallRule::targetObjectPath

target dbus object path


The documentation for this struct was generated from the following file: