When connected to a Nirvana realm server ,with a reference
to an nRealmNode
object it is possible to get a reference to an nLeafNode
that corresponds to a channel. This can then be used
to get access the node's nACL . This object contains
a list of nChannelACLEntry objects that represent a
subject and a set permissions for various operations
on a channel. There is a separate nChannelACLEntry object
for each subject that has been permissioned on the nLeafNode.
You can also, add, delete and modify ACL entry objects.
In order to obtain a reference to the correct channel
ACL object for a channel called "/products/prices",
simply call the following method from a realm node: