[Zope3-checkins]
CVS: Zope3/src/zope/app/interfaces/services/pluggableauth
- __init__.py:1.10
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Feb 24 09:24:13 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/interfaces/services/pluggableauth
In directory cvs.zope.org:/tmp/cvs-serv348/services/pluggableauth
Modified Files:
__init__.py
Log Message:
Improved doc strings and removed white space
=== Zope3/src/zope/app/interfaces/services/pluggableauth/__init__.py 1.9 => 1.10 ===
--- Zope3/src/zope/app/interfaces/services/pluggableauth/__init__.py:1.9 Thu Dec 18 04:57:13 2003
+++ Zope3/src/zope/app/interfaces/services/pluggableauth/__init__.py Tue Feb 24 09:24:12 2004
@@ -58,7 +58,6 @@
"""Confirm whether 'password' is the password of the user."""
-
class IPrincipalSource(Interface):
"""A read-only source of IPrincipals.
"""
@@ -90,7 +89,6 @@
"""
-
class IPluggableAuthenticationService(IAuthenticationService, IContainer):
"""An AuthenticationService that can contain multiple pricipal sources.
"""
@@ -105,6 +103,7 @@
If id is not present, raise KeyError.
"""
+
class ILoginPasswordPrincipalSource(IPrincipalSource):
""" A principal source which can authenticate a user given a
login and a password """
@@ -120,6 +119,7 @@
have a login which is his email address. He'd like to be able
to change his login when his email address changes without
effecting his security profile on the site. """
+
class IContainerPrincipalSource(IPrincipalSource, IContained):
"""This is a marker interface for specifying principal sources that are
More information about the Zope3-Checkins
mailing list