From 9bf471abe906598ffd2cd280d372e7cb9474a418 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 2 Apr 2019 14:48:38 -0700 Subject: Tie XACML REST Decision Ties the decision API to the applications. Adds a static application manager class to manager the applications. Added applicationPath as a parameter to be supported in the Json parameter group. Issue-ID: POLICY-1440 Change-Id: I43cb44b3e308aadcf258fd987f3b53944c2edb72 Signed-off-by: Pamela Dragosh --- main/src/test/resources/parameters/XacmlPdpConfigParameters.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main/src/test/resources/parameters/XacmlPdpConfigParameters.json') diff --git a/main/src/test/resources/parameters/XacmlPdpConfigParameters.json b/main/src/test/resources/parameters/XacmlPdpConfigParameters.json index 798731ae..ab52cc85 100644 --- a/main/src/test/resources/parameters/XacmlPdpConfigParameters.json +++ b/main/src/test/resources/parameters/XacmlPdpConfigParameters.json @@ -5,5 +5,6 @@ "port": 6969, "userName": "healthcheck", "password": "zb!XztG34" - } + }, + "applicationPath": "apps.test" } -- cgit 1.2.3-korg