Refactor of an AAIRestInterface 51/48651/5
authortgolabek <tomasz.golabek@nokia.com>
Wed, 23 May 2018 09:40:17 +0000 (11:40 +0200)
committertgolabek <tomasz.golabek@nokia.com>
Wed, 6 Jun 2018 13:19:22 +0000 (15:19 +0200)
commit6d8fa7d179b8de802ae386b317ddd1214eac1c47
tree2d6725c9d48e1b79fb0f9203b3be9adbbf070db8
parent910d67051377e37a592f9db17a69c4e469f05369
Refactor of an AAIRestInterface

Refactor and some additional tests added

Issue-ID: VID-229
Change-Id: I7b6865b8092e7265c0342e3b21d1510a96be7d4a
Signed-off-by: tgolabek <tomasz.golabek@nokia.com>
14 files changed:
vid-app-common/src/main/java/org/onap/vid/aai/exceptions/HttpClientBuilderException.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/exceptions/InvalidPropertyException.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/util/AAIRestInterface.java
vid-app-common/src/main/java/org/onap/vid/aai/util/HttpsAuthClient.java
vid-app-common/src/main/java/org/onap/vid/aai/util/LogHelper.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/util/SSLContextProvider.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/util/ServletRequestHelper.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/util/SystemPropertyHelper.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/aai/util/AAIRestInterfaceTest.java
vid-app-common/src/test/java/org/onap/vid/aai/util/CustomJacksonJaxBJsonProviderTest.java
vid-app-common/src/test/java/org/onap/vid/aai/util/HttpsAuthClientTest.java
vid-app-common/src/test/java/org/onap/vid/aai/util/LogHelperTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/aai/util/ParametrizedAAIRestInterfaceTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/aai/util/SingleAAIRestInterfaceTest.java [new file with mode: 0644]