Returns true if the user has permission to access the ACL, false if not
Returns true if the user has permission to access the ACL, false if not
bool HasPermission(AuthenticatedUser,Acl,UserMap);
Returns true if the user has permission to access a permissionable object, false if not
bool HasPermission(AuthenticatedUser,PermissionableObject,Permission);