Changeset 7666 for TI12-security/trunk/ndg_xacml/ndg/xacml/test/esgf1.xml
- Timestamp:
- 28/10/10 16:00:42 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/ndg_xacml/ndg/xacml/test/esgf1.xml
r7661 r7666 62 62 --> 63 63 <Condition> 64 <Apply FunctionId="urn: oasis:names:tc:xacml:1.0:function:string-at-least-one-member-of">64 <Apply FunctionId="urn:grouprole-at-least-one-member-of"> 65 65 <SubjectAttributeDesignator 66 AttributeId="urn: ndg:security:authz:1.0:attr"67 DataType=" http://www.w3.org/2001/XMLSchema#string"/>68 <Apply FunctionId="urn: oasis:names:tc:xacml:1.0:function:string-bag">69 <AttributeValue DataType="urn: esgf:pcmdi:grouprole">66 AttributeId="urn:esg:attr" 67 DataType="urn:grouprole"/> 68 <Apply FunctionId="urn:grouprole-bag"> 69 <AttributeValue DataType="urn:grouprole"> 70 70 <esg:groupRole> 71 <esg:group> CMIP5_Research</esg:group>71 <esg:group>ACME</esg:group> 72 72 <esg:role>default</esg:role> 73 73 </esg:groupRole> 74 74 </AttributeValue> 75 <AttributeValue DataType="urn: esgf:pcmdi:grouprole">75 <AttributeValue DataType="urn:grouprole"> 76 76 <esg:groupRole> 77 <esg:group> CMIP5_Commercial</esg:group>78 <esg:role> default</esg:role>77 <esg:group>Staff</esg:group> 78 <esg:role>Administrator</esg:role> 79 79 </esg:groupRole> 80 80 </AttributeValue>
Note: See TracChangeset
for help on using the changeset viewer.