Music health check apis 79/54979/4
authorsa282w <sa282w@att.com>
Fri, 15 Jun 2018 16:45:37 +0000 (12:45 -0400)
committersa282w <sa282w@att.com>
Thu, 21 Jun 2018 14:59:42 +0000 (10:59 -0400)
commita68c7de8ca9d38fbdf0801252a4185c8fd94cea6
treee44fd8286a51a684c6bfd6540c0c380014c2bc03
parent4072269d9f6b452aaff41fc02b09bfca40356dd5
Music health check apis

Issue-ID: PORTAL-291, PORTAL-307

Included the music changes, other changes from 2.3 branch to be
included in master, added JUnits to the new classes and updated the
document with the API version
changes.

Change-Id: I7b4c54be49317264afbdcb8d8ae3f20395bf0e1f
Signed-off-by: sa282w <sa282w@att.com>
12 files changed:
docs/platform/offeredapis.rst
ecomp-portal-BE-common/src/main/java/org/onap/portalapp/config/ExternalSecurityConfig.java
ecomp-portal-BE-common/src/main/java/org/onap/portalapp/music/conf/MusicSessionRepositoryHandler.java [new file with mode: 0644]
ecomp-portal-BE-common/src/main/java/org/onap/portalapp/music/filter/MusicSessionRepositoryFilter.java [new file with mode: 0644]
ecomp-portal-BE-common/src/main/java/org/onap/portalapp/music/util/MusicProperties.java [new file with mode: 0644]
ecomp-portal-BE-common/src/main/java/org/onap/portalapp/music/util/MusicUtil.java [new file with mode: 0644]
ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/controller/HealthCheckController.java
ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/listener/HealthMonitor.java
ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/scheduler/SchedulerRestInterface.java
ecomp-portal-BE-common/src/test/java/org/onap/portalapp/music/conf/MusicSessionRepositoryHandlerTest.java [new file with mode: 0644]
ecomp-portal-BE-common/src/test/java/org/onap/portalapp/music/util/MusicPropertiesTest.java [new file with mode: 0644]
ecomp-portal-BE-common/src/test/java/org/onap/portalapp/music/util/MusicUtilTest.java [new file with mode: 0644]