- Timestamp:
- 26/03/10 14:26:48 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/NDG_XACML/ndg/xacml/core/context/pdp.py
r6777 r6780 188 188 189 189 _attributeMatch = lambda requestChildAttribute: ( 190 matchFunc (matchAttributeValue,190 matchFunc.evaluate(matchAttributeValue, 191 191 requestChildAttribute.attributeValue.value) and 192 192 requestChildAttribute.attributeId == attributeId and … … 203 203 else: 204 204 _attributeMatch = lambda requestChildAttribute: ( 205 matchFunc (matchAttributeValue,206 requestChildAttribute.attributeValue.value)205 matchFunc.evaluate(matchAttributeValue, 206 requestChildAttribute.attributeValue.value) 207 207 ) 208 208
Note: See TracChangeset
for help on using the changeset viewer.