E&S CVS Commit: PEAK - Distinguish better between abstract permissions (e.g. 'Owner') and concrete

pje@eby-sarna.com pje@eby-sarna.com
Wed Jun 25 17:17:03 2003


Module Name:	PEAK
Committed By:	pje
Date:		Wed Jun 25 21:16:21 UTC 2003

Modified Files:
	PEAK/src/peak/security: interfaces.py permission.py
	PEAK/src/peak/security/tests: permission.py

Log Message:
Distinguish better between abstract permissions (e.g. 'Owner') and concrete
permissions (e.g. 'Owner.of(Facility)').  Ensure that concrete permissions'
'of()' method doesn't treat the concrete permission as abstract.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/security/interfaces.py.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/PEAK/src/peak/security/permission.py.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/PEAK/src/peak/security/tests/permission.py.diff?r1=1.2&r2=1.3

To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 PEAK/src/peak/security/interfaces.py \
    PEAK/src/peak/security/permission.py
cvs rdiff -r1.2 -r1.3 PEAK/src/peak/security/tests/permission.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.