summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/onap/cps/ncmp/dmi/config/WebSecurityConfig.java
AgeCommit message (Collapse)AuthorFilesLines
2024-06-24Create module structure in DMI Pluginegernug1-105/+0
To push the stub in to DMI Plugin the Plugin will need to be modulized akin to CPS/NCMP. This involves creating a new module in the repo and porting the packages in src into this module Issue-ID: CPS-2284 Change-Id: Iffa4eded4e49c220891fe73c30ea3b2f12a9e66d Signed-off-by: egernug <gerard.nugent@est.tech>
2023-11-02Sonar Fixesegernug1-8/+7
Fixing deprecations in WebSecurityConfig and DmiConfiguration Issue-ID: CPS-89 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: I4c6d10ff7ef174db2a6e93e5e6e4b2b0b97b12f6
2023-10-31Upgrade of DMI-Plugin to Spring Boot 3.1.2egernug1-4/+5
Issue-ID: CPS-1790 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: I3eaf8307660ce8d8d33ad98cabb891bcdd663713
2023-06-22DMI Plugin replace WebSecurityConfigurerAdapteregernug1-14/+37
Replacing the deprecated class. Issue-ID: CPS-1759 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: I68a7d1b822ef35420f65e7b57e3fc339524f8498
2021-07-15Implement Plugin Registration in DMI-Pluginniamhcore1-0/+82
- Refactor ncmp/dmi package Issue-ID: CPS-405 Issue-ID: CPS-499 Signed-off-by: niamhcore <niamh.core@est.tech> Change-Id: I0a7ab9bb0ca3861b171388613c44f7bc6e7f9aa9