Changeset 6734 for TI12-security/trunk/NDGSecurity/python/ndg_security_common/ndg/security/common/authz/xacml/resource.py
- Timestamp:
- 16/03/10 11:56:31 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/NDGSecurity/python/ndg_security_common/ndg/security/common/authz/xacml/resource.py
r6731 r6734 1 ''' 2 Created on 24 Feb 2010 1 """NDG Security Resource type definition 3 2 4 @author: pjkersha 5 ''' 3 NERC DataGrid Project 4 """ 5 __author__ = "P J Kershaw" 6 __date__ = "24/02/10" 7 __copyright__ = "(C) 2010 Science and Technology Facilities Council" 8 __contact__ = "Philip.Kershaw@stfc.ac.uk" 9 __license__ = "BSD - see LICENSE file in top-level directory" 10 __contact__ = "Philip.Kershaw@stfc.ac.uk" 11 __revision__ = "$Id: $" 6 12 from ndg.security.common.authz.xacml import RequestPropertyBase 7 13 from ndg.security.common.authz.xacml.match import ResourceMatch
Note: See TracChangeset
for help on using the changeset viewer.