[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/Security - IAuthenticationService.py:1.6
Itamar Shtull-Trauring
zope@itamarst.org
Fri, 6 Dec 2002 08:12:39 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/Security
In directory cvs.zope.org:/tmp/cvs-serv5098/App/Security
Modified Files:
IAuthenticationService.py
Log Message:
update IAuthenticateService for requirements of generic implementation
=== Zope3/lib/python/Zope/App/Security/IAuthenticationService.py 1.5 => 1.6 ===
--- Zope3/lib/python/Zope/App/Security/IAuthenticationService.py:1.5 Thu Dec 5 05:41:25 2002
+++ Zope3/lib/python/Zope/App/Security/IAuthenticationService.py Fri Dec 6 08:12:08 2002
@@ -42,7 +42,7 @@
"""Identify a principal for a request.
If a principal can be identified, then return the
- principal id. Otherwise, return None.
+ principal. Otherwise, return None.
The request object is fairly opaque. We may decide
that it implements some generic request interface.
@@ -68,7 +68,7 @@
"""
def unauthenticatedPrincipal():
- """Return the id of the unauthenticated principal, if one is defined.
+ """Return the unauthenticated principal, if one is defined.
Return None if no unauthenticated principal is defined.