Nodes query rewritten to generic rest client 85/63485/5
authorgolabek <tomasz.golabek@nokia.com>
Wed, 29 Aug 2018 13:29:56 +0000 (15:29 +0200)
committergolabek <tomasz.golabek@nokia.com>
Wed, 26 Sep 2018 07:32:01 +0000 (09:32 +0200)
commit8e7db0db55f8910b19898d2b401e6ea15e115b33
treeb048149aefd32a88ae96a87255ecda91c4fb2121
parente40ad0f69d7e1241dbb0fd17412067353c44eb85
Nodes query rewritten to generic rest client

Added AAI Rest Client based on new generic client

Change-Id: I561f8a5d95ec35fdddc648b24965dd9dac03c9a4
Issue-ID: VID-269
Signed-off-by: golabek <tomasz.golabek@nokia.com>
vid-app-common/src/main/java/org/onap/vid/aai/AaiOverTLSClient.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/AaiOverTLSClientInterface.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/AaiOverTLSPropertySupplier.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/aai/exceptions/InvalidAAIResponseException.java
vid-app-common/src/main/java/org/onap/vid/controllers/WebConfig.java
vid-app-common/src/main/java/org/onap/vid/services/AsyncInstantiationBusinessLogicImpl.java
vid-app-common/src/test/java/org/onap/vid/aai/AaiOverTLSClientServerTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/aai/AaiOverTLSClientTest.java [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/config/JobCommandsConfigWithMockedMso.java