[Zope3-checkins] SVN: Zope3/trunk/src/zope/security/interfaces.py Added IGroup marker interface for identifying groups.

Jim Fulton jim at zope.com
Mon Jan 24 18:05:04 EST 2005


Log message for revision 28949:
  Added IGroup marker interface for identifying groups.
  

Changed:
  U   Zope3/trunk/src/zope/security/interfaces.py

-=-
Modified: Zope3/trunk/src/zope/security/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/security/interfaces.py	2005-01-24 20:16:09 UTC (rev 28948)
+++ Zope3/trunk/src/zope/security/interfaces.py	2005-01-24 23:05:03 UTC (rev 28949)
@@ -279,6 +279,9 @@
         value_type=TextLine(),
         required=False)
 
+class IGroup(IPrincipal):
+    """Group of principals
+    """
                 
 class IPermission(Interface):
     """A permission object."""



More information about the Zope3-Checkins mailing list