[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/security - __init__.py:1.7.2.1
Zachery Bir
zbir@urbanape.com
Tue, 3 Jun 2003 09:19:58 -0400
Update of /cvs-repository/Zope3/src/zope/app/interfaces/security
In directory cvs.zope.org:/tmp/cvs-serv19321
Modified Files:
Tag: pluggable_authentication_service-branch
__init__.py
Log Message:
Fixed typos
=== Zope3/src/zope/app/interfaces/security/__init__.py 1.7 => 1.7.2.1 ===
--- Zope3/src/zope/app/interfaces/security/__init__.py:1.7 Mon Jun 2 12:55:47 2003
+++ Zope3/src/zope/app/interfaces/security/__init__.py Tue Jun 3 09:19:57 2003
@@ -105,7 +105,7 @@
Note that the authentication service nearest to the
requested resource is called. It is up to
authentication service implementations to
- colaborate with services higher in the object
+ collaborate with services higher in the object
hierarchy.
If no principal has been identified, id will be
@@ -121,18 +121,16 @@
Note that the authentication service nearest to the requested
resource is called. It is up to authentication service
- implementations to colaborate with services higher in the
+ implementations to collaborate with services higher in the
object hierarchy.
"""
def getPrincipals(name):
"""Get principals with matching names.
- Get a iterable object with the principals with names that are
+ Get an iterable object with the principals with names that are
similar to (e.g. contain) the given name.
"""
-
-
class ILoginPassword(Interface):
"""A password based login.