[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/security - __init__.py:1.11

Stephan Richter srichter@cosmos.phy.tufts.edu
Thu, 31 Jul 2003 23:12:33 -0400


Update of /cvs-repository/Zope3/src/zope/app/interfaces/security
In directory cvs.zope.org:/tmp/cvs-serv911/interfaces/security

Modified Files:
	__init__.py 
Log Message:
This was not the right spot for this interface.


=== Zope3/src/zope/app/interfaces/security/__init__.py 1.10 => 1.11 ===
--- Zope3/src/zope/app/interfaces/security/__init__.py:1.10	Thu Jul 31 18:23:59 2003
+++ Zope3/src/zope/app/interfaces/security/__init__.py	Thu Jul 31 23:12:28 2003
@@ -155,22 +155,6 @@
         The realm argument is the name of the principal registry.
         """
 
-
-class ILogout(Interface):
-    """A simple logout interface."""
-
-    def logout():
-        """Logout the user.
-
-        This can mean different things. For example, when dealing with
-        cookie-based logins (browser), then it simply means deleting the
-        cookie. If we deal with HTTP Authentication, we just want to send
-        another challenge.
-
-        This also means that this method must have access to the request
-        object."""
-
-
 class IRegisteredObject(Interface):
 
     def getId():