[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/services - auth.py:1.3

R. David Murray bitz@bitdance.com
Fri, 27 Dec 2002 15:17:04 -0500


Update of /cvs-repository/Zope3/src/zope/app/interfaces/services
In directory cvs.zope.org:/tmp/cvs-serv22503/zope/app/interfaces/services

Modified Files:
	auth.py 
Log Message:
Jim wants getRoles to be on IPrincipal.


=== Zope3/src/zope/app/interfaces/services/auth.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/interfaces/services/auth.py:1.2	Wed Dec 25 09:13:02 2002
+++ Zope3/src/zope/app/interfaces/services/auth.py	Fri Dec 27 15:16:34 2002
@@ -23,9 +23,6 @@
     def getLogin():
         """Get the login for the user."""
 
-    def getRoles():
-        """Get the roles for the user."""
-
     def validate(pw):
         """Seee whether the password is valid."""