diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2020-03-01 15:45:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-01 15:45:46 +0000 |
commit | 6c272f24b842905d88b7544918b99c1dbef4132d (patch) | |
tree | 8ee192926ef8c60dabb10ff645e3be25c880250c /main/src/test/resources/decisions/decision.native.request.xml | |
parent | 501ee00e742a6f56a16ace66f4a64eb7ec9e854b (diff) | |
parent | bdef9f5dfd8c95eff86e710ef94c1fab4e652854 (diff) |
Merge "Build XACML PDP support for native xacml policy type"
Diffstat (limited to 'main/src/test/resources/decisions/decision.native.request.xml')
-rw-r--r-- | main/src/test/resources/decisions/decision.native.request.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/main/src/test/resources/decisions/decision.native.request.xml b/main/src/test/resources/decisions/decision.native.request.xml new file mode 100644 index 00000000..3fe984a4 --- /dev/null +++ b/main/src/test/resources/decisions/decision.native.request.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<Request xsi:schemaLocation="urn:oasis:names:tc:xacml:3.0:core:schema:wd-17 http://docs.oasis-open.org/xacml/3.0/xacml-core-v3-schema-wd-17.xsd" ReturnPolicyIdList="false" CombinedDecision="false" xmlns="urn:oasis:names:tc:xacml:3.0:core:schema:wd-17" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <Attributes Category="urn:oasis:names:tc:xacml:1.0:subject-category:access-subject"> + <Attribute IncludeInResult="false" AttributeId="urn:oasis:names:tc:xacml:1.0:subject:subject-id"> + <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">Julius Hibbert</AttributeValue> + </Attribute> + </Attributes> + <Attributes Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource"> + <Attribute IncludeInResult="false" AttributeId="urn:oasis:names:tc:xacml:1.0:resource:resource-id"> + <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#anyURI">http://medico.com/record/patient/BartSimpson</AttributeValue> + </Attribute> + </Attributes> + <Attributes Category="urn:oasis:names:tc:xacml:3.0:attribute-category:action"> + <Attribute IncludeInResult="false" AttributeId="urn:oasis:names:tc:xacml:1.0:action:action-id"> + <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">read</AttributeValue> + </Attribute> + </Attributes> + <Attributes Category="urn:oasis:names:tc:xacml:3.0:attribute-category:environment" /> +</Request>
\ No newline at end of file |