Supposed i have a bunch of users.=20 Suppose i have a bunch of DTML methods in a directory Suppose i want to list a subset of them (defined by a property) = depending on which user is calling the "list" method. Also suppose that one document should "belong" to multiple users. As in: Document1: - User1 Document2: - User2 Document3: - User1 - User2 What would be the clever way to acheive this?