Visible to the public A Space-Efficient Data Structure for Fast Access Control in ECM Systems

TitleA Space-Efficient Data Structure for Fast Access Control in ECM Systems
Publication TypeConference Paper
Year of Publication2016
AuthorsWu, Garfield Zhiping, Tompa, Frank Wm.
Conference NameProceedings of the 21st ACM on Symposium on Access Control Models and Technologies
PublisherACM
Conference LocationNew York, NY, USA
ISBN Number978-1-4503-3802-8
Keywordscomposability, 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.

URLhttp://doi.acm.org/10.1145/2914642.2914657
DOI10.1145/2914642.2914657
Citation Keywu_space-efficient_2016