- Timestamp:
- 28/06/10 10:19:26 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/ndg_xacml/ndg/xacml/core/variablereference.py
r7087 r7108 14 14 15 15 class VariableReference(XacmlPolicyBase): 16 '''XACML Variable Reference Type 16 '''XACML Variable Reference Type - this class is a placeholder, it's not 17 currently implemented 18 19 @cvar ELEMENT_LOCAL_NAME: XML element local name 20 @type ELEMENT_LOCAL_NAME: string 17 21 ''' 18 22 ELEMENT_LOCAL_NAME = "VariableReference"
Note: See TracChangeset
for help on using the changeset viewer.