Sciweavers

OOPSLA
1992
Springer

CACL: Efficient Fine-Grained Protection for Objects

13 years 8 months ago
CACL: Efficient Fine-Grained Protection for Objects
CACL is a protection scheme for objects that offers a simple and flexible model of protection and has an efficient, software-only implementation. The model, based on Access Control Lists (ACLs) integrated with the type system, allows owners to control who may invoke which methods on which objects, permits cooperation between mutually suspicious principals, allows ownership of objects to be transferred safely, prevents unwanted propagation of authority between principals, and allows changes to the authorization information to take effect on the next method invocation. The implementation, based on the integration of Capabilities with method dispatch, avoids the overhead of access checking in the majority of invocations, at the cost of space for extra dispatch vectors. CACL offers a viable mechanism for finegrained protection in an object-oriented database system.
Joel E. Richardson, Peter M. Schwarz, Luis-Felipe
Added 10 Aug 2010
Updated 10 Aug 2010
Type Conference
Year 1992
Where OOPSLA
Authors Joel E. Richardson, Peter M. Schwarz, Luis-Felipe Cabrera
Comments (0)