Details
-
Type: Task
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0, Aquidneck
-
Fix Version/s: 2.0.0, Sprint 5: 08-08-2012, Aquidneck
-
Component/s: API, Reseller UI
-
Labels:None
-
Sprint:Sprint 5
Description
Implement the EXPRESSION IPermission type and add permissions as needed to enforce security constraints.
IPermission is essentially an assertion, or predicate that should evaluate to true if a principal is able to perform the action implied by the permission on a given object. This can be used to implement policies like "only admins in a given security realm can delete users in that realm".