[Zope3-checkins]
CVS: Zope3/src/zope/app/interfaces/services/pluggableauth
- __init__.py:1.7.2.1
Jim Fulton
jim at zope.com
Mon Sep 15 14:13:07 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/interfaces/services/pluggableauth
In directory cvs.zope.org:/tmp/cvs-serv15511/src/zope/app/interfaces/services/pluggableauth
Modified Files:
Tag: parentgeddon-branch
__init__.py
Log Message:
Got lots of tests to pass.
Added a setitem helper function to be used to help satisfy container
contracts.
=== Zope3/src/zope/app/interfaces/services/pluggableauth/__init__.py 1.7 => 1.7.2.1 ===
--- Zope3/src/zope/app/interfaces/services/pluggableauth/__init__.py:1.7 Tue Sep 2 16:46:07 2003
+++ Zope3/src/zope/app/interfaces/services/pluggableauth/__init__.py Mon Sep 15 14:12:36 2003
@@ -86,6 +86,12 @@
id. A NotFoundError is raised if the principal cannot be
found.
+ Note that the id has three parts, separated by tabs. The
+ first two part are an authentication service id and a
+ principal source id. The pricipal source will typically need
+ to remove the two leading parts from the id when doing it's
+ own internal lookup.
+
Note that the authentication service nearest to the requested
resource is called. It is up to authentication service
implementations to collaborate with services higher in the
More information about the Zope3-Checkins
mailing list