Added HTTPS and CADI/AAF Support for PDP-X 63/79263/7
authorMichael Mokry <michael.mokry@att.com>
Wed, 27 Feb 2019 13:42:20 +0000 (07:42 -0600)
committerMichael Mokry <michael.mokry@att.com>
Mon, 11 Mar 2019 19:13:38 +0000 (14:13 -0500)
commit4b2ef1a5a9bf92aeb7edc1512f7a6cd8e1be99d8
treeba508d5273c39faff2b1ac046e3383a5f0a0aa70
parentc83093810cdfad0e3146ed937c11f7a61025b336
Added HTTPS and CADI/AAF Support for PDP-X

- Yay I found the mysterious https issue that caused the junit to fail.
Please don't laugh, it was a typo :)

- Made changes per review comments
1) Added builder class for RestServer constructor
2) removed some try/catch blocks in junit
3) Other minor changes

- More changes per review comments
- Added changes per Ram's review comments (not lombrok yet)
- Made changes for ONAP API CVS guidelines

Change-Id: Ie1a6225459b3ce235cd73828ccddec04c690f5fd
Issue-ID: POLICY-1436
Signed-off-by: Michael Mokry <michael.mokry@att.com>
main/src/main/java/org/onap/policy/pdpx/main/parameters/RestServerBuilder.java [new file with mode: 0644]
main/src/main/java/org/onap/policy/pdpx/main/parameters/RestServerParameters.java
main/src/main/java/org/onap/policy/pdpx/main/rest/XacmlPdpAafFilter.java [new file with mode: 0644]
main/src/main/java/org/onap/policy/pdpx/main/rest/XacmlPdpRestController.java
main/src/main/java/org/onap/policy/pdpx/main/rest/XacmlPdpRestServer.java
main/src/main/java/org/onap/policy/pdpx/main/startstop/Main.java
main/src/test/java/org/onap/policy/pdpx/main/parameters/CommonTestData.java
main/src/test/java/org/onap/policy/pdpx/main/parameters/TestXacmlPdpParameterGroup.java
main/src/test/java/org/onap/policy/pdpx/main/rest/TestXacmlPdpRestServer.java
main/src/test/resources/parameters/XacmlPdpConfigParameters_Https.json [new file with mode: 0644]
main/src/test/resources/ssl/policy-keystore [new file with mode: 0644]