[Zope3-checkins]
CVS: Zope3/src/zope/app/interfaces/services/pluggableauth
- __init__.py:1.8
Jim Fulton
jim at zope.com
Sun Sep 21 13:32:30 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/interfaces/services/pluggableauth
In directory cvs.zope.org:/tmp/cvs-serv14370/src/zope/app/interfaces/services/pluggableauth
Modified Files:
__init__.py
Log Message:
Added some documentation for the principal id generation.
=== Zope3/src/zope/app/interfaces/services/pluggableauth/__init__.py 1.7 => 1.8 ===
--- 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 Sun Sep 21 13:32:29 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