A Space-Efficient Data Structure for Fast Access Control in ECM Systems
Title | A Space-Efficient Data Structure for Fast Access Control in ECM Systems |
Publication Type | Conference Paper |
Year of Publication | 2016 |
Authors | Wu, Garfield Zhiping, Tompa, Frank Wm. |
Conference Name | Proceedings of the 21st ACM on Symposium on Access Control Models and Technologies |
Publisher | ACM |
Conference Location | New York, NY, USA |
ISBN Number | 978-1-4503-3802-8 |
Keywords | composability, compressed bitmap, ecm system, Metrics, object oriented security, permissions lists, pubcrawl, Resiliency |
Abstract | An Enterprise Content Management (ECM) system must withstand many queries to its access control subsystem in order to check permissions in support of browsing-oriented operations. This leads us to choose a subject-oriented representation for access control (i.e., maintaining a permissions list for each subject). Additionally, if identifiers (OIDs) are assigned to objects in a breadth-first traversal of the object hierarchy, we will encounter many contiguous OIDs when browsing under one object (e.g., folder). Based on these observations, we present a space-efficient data structure specifically tailored for representing permissions lists in ECM systems. In addition to achieving space efficiency, the operations to check, grant, or revoke a permission are very fast using our data structure. Furthermore, our design supports fast union and intersection of two or more permissions lists (determining the effective permissions inherited from several users' groups or the common permissions among sets of users). Finally, the data structure is scalable to support any increase in the number of objects and subjects. We evaluate our design by comparing it against a compressed (WAH) bitmap-based representation and a hashing-based representation, using both synthetic and real-world data under both random and breadth-first OID numbering schemes. |
URL | http://doi.acm.org/10.1145/2914642.2914657 |
DOI | 10.1145/2914642.2914657 |
Citation Key | wu_space-efficient_2016 |