struct safmq::QueuePermissions

Represents a security profile for a user or user group in relation to a particular queue

Child Classes

Represents a security profile for a user or user group in relation to a particular queue
Friends:
class safmq::MQConnection



Variables


[more]bool change_security
Indicates the entity may alter the security of the queue
[more]bool destroy
Indicates the entity may delete the queue
[more]std::string entity
The name of the user or user group
[more]bool isgroup
Indicates this profile is for a group if false it is for a user
[more]bool read
Indicates the entity may read from the queue
[more]bool write
Indicates the entity may write to the queue

Member Documentation


std::string entity
The name of the user or user group


bool isgroup
Indicates this profile is for a group if false it is for a user


bool read
Indicates the entity may read from the queue


bool write
Indicates the entity may write to the queue


bool destroy
Indicates the entity may delete the queue


bool change_security
Indicates the entity may alter the security of the queue

Table of Contents HTML hierarchy of classes or Java


Safmq Documentation, copyright (c) 2004-2010 Matthew J. Battey, Licensed Under Apache License Ver 2.0
Powered By: Get SAFMQ: Store and Forward Message Queue at SourceForge.net. Fast, secure and Free Open Source software downloads