Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg-security/TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/unit/authz/xacml/pip-mapping.txt@7517
Revision 7339,
787 bytes
checked in by pjkersha, 10 years ago
(diff) |
Moved XACML unit tests to ndg.security.test.unit.authz.xacml
|
Line | |
---|
1 | # |
---|
2 | # NDG Security XACML Policy Information Point Attribute ID -> Attribute |
---|
3 | # Authority mapping file. The PIP, on receipt of a query from the XACML context |
---|
4 | # handler, checks the attribute(s) being queried for and looks up this mapping |
---|
5 | # to determine which attribute authority to query to find out if the subject |
---|
6 | # has the attribute in their entitlement |
---|
7 | # |
---|
8 | # NERC DataGrid |
---|
9 | # |
---|
10 | # Author: P J Kershaw |
---|
11 | # |
---|
12 | # Date: 11/08/10 |
---|
13 | # |
---|
14 | # Copyright: STFC 2010 |
---|
15 | # |
---|
16 | # Licence: BSD - See top-level LICENCE file for licence details |
---|
17 | # |
---|
18 | # $Id$ |
---|
19 | |
---|
20 | # Entries are whitespace delimited <attribute id> <attribute authority> |
---|
21 | urn:siteA:security:authz:1.0:attr https://localhost:5443/AttributeAuthority |
---|
22 | myattributeid https://myattributeauthority.ac.uk/ |
---|
23 | http://someotherattributeid.schema https://another.ac.uk/attributeservice/ |
---|
Note: See
TracBrowser
for help on using the repository browser.