previo | siguiente |
For more information read the Permissions System documentation. The permissions system is conceptually very simple. It allows the programmer to ask whether or not a given party can perform a given operation on a given object. Since permissions act on parties, one can assign permissions to an entire set of parties (including users) at once. For instance, to allow all members of the predefined "Registered Users" group to be site wide administrators (probably not a good idea!) give that group the "admin" privilege on the permissions root object (since this is a bad idea, finding this object is an exercise left for the reader). The permissions system support a hierarchy of privileges (described in the next slide). The SQL and Tcl APIs simplify a variety of common permissions checking tasks: |
|
|