#include <Service.hpp>
|
| | ClientProperty (const std::string &_clientName="", const std::vector< std::string > &_groups=std::vector< std::string >()) |
| |
| void | setName (const std::string &_name) |
| |
| const std::string & | getName () |
| |
| void | setGroups (std::vector< std::string > _groups) |
| |
| const std::vector< std::string > & | getGroups () |
| |
| void | addAuthorized (const std::string &_funcName) |
| |
| bool | isFunctionAuthorized (const std::string &_funcName) |
| |
§ ClientProperty()
| zeus::ClientProperty::ClientProperty |
( |
const std::string & |
_clientName = "", |
|
|
const std::vector< std::string > & |
_groups = std::vector<std::string>() |
|
) |
| |
|
inline |
§ addAuthorized()
| void zeus::ClientProperty::addAuthorized |
( |
const std::string & |
_funcName | ) |
|
|
inline |
§ getGroups()
| const std::vector<std::string>& zeus::ClientProperty::getGroups |
( |
| ) |
|
|
inline |
§ getName()
| const std::string& zeus::ClientProperty::getName |
( |
| ) |
|
|
inline |
§ isFunctionAuthorized()
| bool zeus::ClientProperty::isFunctionAuthorized |
( |
const std::string & |
_funcName | ) |
|
|
inline |
§ setGroups()
| void zeus::ClientProperty::setGroups |
( |
std::vector< std::string > |
_groups | ) |
|
|
inline |
§ setName()
| void zeus::ClientProperty::setName |
( |
const std::string & |
_name | ) |
|
|
inline |
The documentation for this class was generated from the following file: