View Source Bonfire.Data.AccessControl.Acl (bonfire_umbrella v0.9.0-classic-beta.15)

Conceptually, a complete list of all permissions for everybody. In practice, it's a partial specification, and anything not explicitly granted is assumed to be denied.

Can be reused to secure multiple objects, thus exists independently of any object.

Link to this section Summary

Link to this section Functions

Link to this function

changeset(acl \\ %Acl{}, params)

View Source