diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-04-02 14:48:38 -0700 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-04-04 08:18:59 -0400 |
commit | 9bf471abe906598ffd2cd280d372e7cb9474a418 (patch) | |
tree | 1ef1a26f2a5645fcf5e74e51a45afff99fd27d17 /main/src/test/resources/parameters/XacmlPdpConfigParameters_Https.json | |
parent | d2daf7ef5d003b5c5ae6a7083ccf676cc87a1d7b (diff) |
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 <pdragosh@research.att.com>
Diffstat (limited to 'main/src/test/resources/parameters/XacmlPdpConfigParameters_Https.json')
-rw-r--r-- | main/src/test/resources/parameters/XacmlPdpConfigParameters_Https.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/src/test/resources/parameters/XacmlPdpConfigParameters_Https.json b/main/src/test/resources/parameters/XacmlPdpConfigParameters_Https.json index b467fe4c..92e6e908 100644 --- a/main/src/test/resources/parameters/XacmlPdpConfigParameters_Https.json +++ b/main/src/test/resources/parameters/XacmlPdpConfigParameters_Https.json @@ -6,5 +6,6 @@ "userName":"healthcheck", "password":"zb!XztG34", "https":true - } + }, + "applicationPath": "apps.test" }
\ No newline at end of file |