Fix the basic auth issue which got broken 49/42149/2
authorKajur, Harish (vk250x) <vk250x@att.com>
Wed, 11 Apr 2018 04:00:39 +0000 (00:00 -0400)
committerKajur, Harish (vk250x) <vk250x@att.com>
Wed, 11 Apr 2018 04:16:29 +0000 (00:16 -0400)
commitbf94b2907e5178b47500a5a388cdd56477ba9155
tree99465dedb7230d14153ac1372f4f7cc29d237bee
parent453700a7dda49c63bbe2032796ec6bd2c2299e2f
Fix the basic auth issue which got broken

with spring boot

Issue-ID: AAI-1019
Change-Id: I59c7351c381be07ae1be5abe6473d9c8614a0673
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
aai-resources/src/main/java/org/onap/aai/ResourcesApp.java
aai-resources/src/main/java/org/onap/aai/interceptors/pre/OneWaySslAuthorization.java [new file with mode: 0644]
aai-resources/src/main/java/org/onap/aai/service/AuthorizationService.java [new file with mode: 0644]
aai-resources/src/test/java/org/onap/aai/rest/PserverTest.java