PermissionQuark_Model Class Reference

PermissionQuark_Model. More...

Inheritance diagram for PermissionQuark_Model:
BasePermissionQuark_Model Object_Model BaseObject_Model

Detailed Description

PermissionQuark_Model.

Representing one numbered pair of type/name, as part of the permission quark system.

Using permission quarks, each user object generates a regexp to match against a comma seperated list of quark id:s for each object that should have permission.

The list should be prefixed and suffixed with an additional comma, to simplify the regexps, for exmaple: ,2,5,6, should give access to quark id 2, 5 and 6.

A user which have quarks 2,3,4 generates the regexp: ,(2|3|4), which matches.

quarks is a mapping table between permission objects (for exmaple "user max", "group admins") and a unique id.


The documentation for this class was generated from the following file:
 All Data Structures Functions Variables

Generated on 19 Dec 2018 for ninja by  doxygen 1.6.1