[Zope] Adding security to a new class method...

Jeff Ross thejeffross@hotmail.com
Sun, 26 May 2002 15:14:52 -0700


I've written some code that programmatically adds a method to the
ObjectManager class, but I want to secure my method so that not everyone can
access it. How can I secure the method after the class has been registered?

Thanks,

Jeff