This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
The object-capability model is a computer security model. A capability describes a transferable right to perform one (or more) operations on a given object. It can be obtained by the following combination:
The security model relies on not being able to forge references.
In the object-capability model, all computation is performed following the above rules.
Advantages that motivate object-oriented programming, such as encapsulation or information hiding, modularity, and separation of concerns, correspond to security goals such as least privilege and privilege separation in capability-based programming.[1][2]
The object-capability model was first proposed by Jack Dennis and Earl C. Van Horn in 1966.[3]
{{cite journal}}
: Cite journal requires |journal=
(help)