Something that carries permissions: a key, a delegate, a service. The members are the reference's HasPermissions trait: allow and deny are the sets, addAllow/addDeny/removeAllow/removeDeny and clearAllPermissions edit them.
HasPermissions
allow
deny
addAllow
addDeny
removeAllow
removeDeny
clearAllPermissions
Readonly
The permissions (live).
The allowed privileges (a copy).
The denied privileges (a copy).
Allows privilege.
privilege
Denies privilege.
Stops allowing privilege.
Stops denying privilege.
Empties both sets.
Something that carries permissions: a key, a delegate, a service. The members are the reference's
HasPermissionstrait:allowanddenyare the sets,addAllow/addDeny/removeAllow/removeDenyandclearAllPermissionsedit them.