| 36 | * filter to release TransientID to all EXCEPT named SPs by "Qian, Yi" <yqian@ku.edu>: |
| 37 | {{{ |
| 38 | <afp:AttributeFilterPolicy id="releaseTransientIdToAnyone"> |
| 39 | |
| 40 | <afp:PolicyRequirementRule xsi:type="basic:NOT"> |
| 41 | <basic:Rule xsi:type="basic:OR"> |
| 42 | <basic:Rule xsi:type="basic:AttributeRequesterString" |
| 43 | value="sandbox 1 sp entity id" /> |
| 44 | <basic:Rule xsi:type="basic:AttributeRequesterString" |
| 45 | value="sandbox 2 sp entity id" /> |
| 46 | </basic:Rule> |
| 47 | </afp:PolicyRequirementRule> |
| 48 | |
| 49 | <afp:AttributeRule attributeID="TransientId"> |
| 50 | <afp:PermitValueRule xsi:type="basic:ANY" /> |
| 51 | </afp:AttributeRule> |
| 52 | |
| 53 | </afp:AttributeFilterPolicy> |
| 54 | }}} |