Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg-security/TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/dap/authz/policy.xml@7077
Revision 7077,
1.1 KB
checked in by pjkersha, 11 years ago
(diff) |
|
-
Property svn:keywords set to
Id
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <Policy PolicyId="pyDAP" xmlns="urn:ndg:security:authz:1.1:policy"> |
---|
3 | <Description>Restrict access for Authorization integration tests</Description> |
---|
4 | |
---|
5 | <Target> |
---|
6 | <URIPattern>^/sample.*$</URIPattern> |
---|
7 | <Attributes> |
---|
8 | <Attribute> |
---|
9 | <Name>urn:siteA:security:authz:1.0:attr:staff</Name> |
---|
10 | <AttributeAuthorityURI>https://localhost:7443/AttributeAuthority</AttributeAuthorityURI> |
---|
11 | </Attribute> |
---|
12 | </Attributes> |
---|
13 | </Target> |
---|
14 | <Target> |
---|
15 | <URIPattern>^/RUC.*$</URIPattern> |
---|
16 | <Attributes> |
---|
17 | <Attribute> |
---|
18 | <Name>urn:siteA:security:authz:1.0:attr:staff</Name> |
---|
19 | <AttributeAuthorityURI>https://localhost:7443/AttributeAuthority</AttributeAuthorityURI> |
---|
20 | </Attribute> |
---|
21 | <Attribute> |
---|
22 | <Name>urn:siteA:security:authz:1.0:attr:keepout</Name> |
---|
23 | <AttributeAuthorityURI>https://localhost:7443/AttributeAuthority</AttributeAuthorityURI> |
---|
24 | </Attribute> |
---|
25 | </Attributes> |
---|
26 | |
---|
27 | </Target> |
---|
28 | </Policy> |
---|
29 | |
---|
Note: See
TracBrowser
for help on using the repository browser.