Changes between Version 5 and Version 6 of XACML
- Timestamp:
- 02/07/10 14:24:10 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XACML
v5 v6 115 115 AttributeId="urn:siteA:security:authz:1.0:attr:resourceURI" 116 116 DataType="http://www.w3.org/2001/XMLSchema#anyURI"/> 117 <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">^http://localhost/test_ accessDeniedToSecuredURI$</AttributeValue>117 <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">^http://localhost/test_securedURI2$</AttributeValue> 118 118 </ResourceMatch> 119 119 </Resource> … … 126 126 DataType="http://www.w3.org/2001/XMLSchema#string"/> 127 127 <Apply FunctionId="urn:oasis:names:tc:xacml:1.0:function:string-bag"> 128 <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string"> forbidden</AttributeValue>129 <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string"> keepout</AttributeValue>128 <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">restricted</AttributeValue> 129 <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">privileged</AttributeValue> 130 130 </Apply> 131 131 </Apply>