[Zope3-checkins] CVS: Zope3/doc/security - SecurityTarget.txt:1.10

Jim Fulton jim at zope.com
Thu May 6 10:39:13 EDT 2004


Update of /cvs-repository/Zope3/doc/security
In directory cvs.zope.org:/tmp/cvs-serv19990

Modified Files:
	SecurityTarget.txt 
Log Message:
Added permission and principal defs


=== Zope3/doc/security/SecurityTarget.txt 1.9 => 1.10 ===
--- Zope3/doc/security/SecurityTarget.txt:1.9	Thu May  6 10:24:13 2004
+++ Zope3/doc/security/SecurityTarget.txt	Thu May  6 10:39:12 2004
@@ -1080,6 +1080,20 @@
 
 - authorization
 
+Definitions
+^^^^^^^^^^^
+
+Principal
+        An object, managed by an Authentication service that
+        represents a user of the system.  Principal have 
+        system-unique identifiers that aree used by other systems to maintain
+        information about them.
+
+Permission
+        An object, managed by the Zope application that represents the
+        ability to perform one or more operations.
+
+
 
 Christian
 
@@ -1103,7 +1117,8 @@
 Jim
 
 
-
+Protection subsystem
+^^^^^^^^^^^^^^^^^^^^
 
 
 




More information about the Zope3-Checkins mailing list