aboutsummaryrefslogtreecommitdiffstats
path: root/models-interactions/model-actors/actor.xacml/src/test/resources/makeReqDefault.json
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-07-20 14:07:35 -0400
committerJim Hahn <jrh3@att.com>2021-07-21 16:58:06 -0400
commitf15f54b93718d7cefce2a81689662fc0f09e8958 (patch)
treed6d6fbbcbcfefbe7424a6aad04ecb98c5c883631 /models-interactions/model-actors/actor.xacml/src/test/resources/makeReqDefault.json
parent1755cdd3b3b44dce9369358cdc89f76a5bf848fe (diff)
Added Xacml actor
Cloned the guard actor to use as a starting point for creating a more generic actor for interacting with the xacml-pdp. Also renamed various classes. Issue-ID: POLICY-3501 Change-Id: I9bd0107845de41a349d56259e6cfa6a3180efa25 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'models-interactions/model-actors/actor.xacml/src/test/resources/makeReqDefault.json')
-rw-r--r--models-interactions/model-actors/actor.xacml/src/test/resources/makeReqDefault.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/models-interactions/model-actors/actor.xacml/src/test/resources/makeReqDefault.json b/models-interactions/model-actors/actor.xacml/src/test/resources/makeReqDefault.json
new file mode 100644
index 000000000..a08f13f43
--- /dev/null
+++ b/models-interactions/model-actors/actor.xacml/src/test/resources/makeReqDefault.json
@@ -0,0 +1,10 @@
+{
+ "ONAPName": "my-onap-name",
+ "ONAPComponent": "my-onap-component",
+ "ONAPInstance": "my-onap-instance",
+ "requestId": "abcdefghi",
+ "action": "guard",
+ "resource": {
+ "guard": {}
+ }
+}