Usually, you can drill down through the object model without declaring and initializing each step of the way. For example,
session.currentdatabase.getview( blah )
But, for some reason, the following doesn’t work that way
db.acl.getentry( blah )
Anyone know why the inconsistency?