[ Version ( since = "0.20.11" ) ]
public void set_acl (Acl? acl)
Attach or remove the assoicated access control list to this context.
If acl is null, the current access control list will be removed.
| this |
A Context |
| acl |
The new access control list or null to remove the current list. |