[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/security/interfaces.py Get rid of duplicated IUnauthenticatedPrincipal declaration.

Gustavo Niemeyer gustavo at niemeyer.net
Wed Sep 6 14:50:32 EDT 2006


Log message for revision 70012:
  Get rid of duplicated IUnauthenticatedPrincipal declaration.
  

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

-=-
Modified: Zope3/trunk/src/zope/app/security/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/security/interfaces.py	2006-09-06 18:36:06 UTC (rev 70011)
+++ Zope3/trunk/src/zope/app/security/interfaces.py	2006-09-06 18:50:31 UTC (rev 70012)
@@ -42,12 +42,6 @@
     """A group containing all users
     """
 
-class IUnauthenticatedPrincipal(IPrincipal):
-    """A principal that hasn't been authenticated.
-
-    Authenticated principals are preferable to UnauthenticatedPrincipals.
-    """
-
 class IAuthentication(Interface):
     """Provide support for establishing principals for requests.
 



More information about the Zope3-Checkins mailing list