Adding AAF basic auth filter 57/62157/1
authorPavel Paroulek <pavel.paroulek@orange.com>
Thu, 23 Aug 2018 16:21:46 +0000 (18:21 +0200)
committerPavel Paroulek <pavel.paroulek@orange.com>
Thu, 23 Aug 2018 16:21:46 +0000 (18:21 +0200)
commit87d493e0e6a94e4a405185de01a45eae64d978b1
treec99c7b2941e8ce3da2bd18597f8fd84ebf0b9224
parentaaebcebde628f0b9d6a566e906d921bdfea8dd8e
Adding AAF basic auth filter

Adding a AAF Cadi filter. AAF is configured to communicate with Beijing AAF instance in the Windriver lab. To activate AAF filter set the profile aaf-auth

Change-Id: I1489f1b4e22658c3513ac89ff2e57302bfe265c8
Issue-ID: AAI-32
Signed-off-by: Pavel Paroulek <pavel.paroulek@orange.com>
aai-resources/pom.xml
aai-resources/src/main/java/org/onap/aai/Profiles.java
aai-resources/src/main/java/org/onap/aai/config/AafFilter.java [new file with mode: 0644]
aai-resources/src/main/resources/aaf/aai [new file with mode: 0644]
aai-resources/src/main/resources/aaf/org.onap.aai.keyfile [new file with mode: 0644]
aai-resources/src/main/resources/aaf/org.onap.aai.p12 [new file with mode: 0644]
aai-resources/src/main/resources/aaf/org.onap.aai.props [new file with mode: 0644]
aai-resources/src/main/resources/aaf/org.osaaf.location.props [new file with mode: 0644]
aai-resources/src/main/resources/aaf/truststoreONAPall.jks [new file with mode: 0644]
aai-resources/src/main/resources/cadi.properties [new file with mode: 0644]