summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-core/src/main/java/org/onap/portalsdk/core/service
AgeCommit message (Collapse)AuthorFilesLines
2020-06-12lowered sonar code smellsRupinder2-3/+0
Issue-ID: PORTAL-865 Change-Id: Ib4252952e5119d0638a7ba4d354c7f76b005352c Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-06-10Merge "Resubmitting KeyProperties changes"Sunder Tattavarada3-5/+11
2020-06-04Resubmitting KeyProperties changes“Kruthi3-5/+11
Change-Id: Ifdf5d90b6773ef3260572eb8d8a65238262d361f Issue-ID: PORTAL-914 Signed-off-by: krutbhat@att.com
2020-06-03Improved Profile Search performanceSudarshan Kumar2-0/+10
Improved Profile Search performance Issue-ID: PORTAL-915 Change-Id: I05fa030ff326ff38b1f12a10f40c4bb28590ed61 Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
2020-05-24Merge "removed code smells in some components"Lorraine Welch2-9/+1
2020-05-24Merge "lowered some code smells in a few components"Lorraine Welch1-2/+2
2020-05-21lowered some code smells in a few componentsIndrijeet kumar1-2/+2
lowered some code smells in a few components Issue-ID: PORTAL-813 Change-Id: I64eeead6f562daaeee01392eb57696d5724f1ff6 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-05-21removed code smells in some componentsIndrijeet kumar2-9/+1
removed code smells in some components Issue-ID: PORTAL-813 Change-Id: Ib8e1deaddbbd58d41a839c505a3e9875b1046297 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-05-07reduced some code smellsIndrijeet kumar2-2/+2
reduced some code smells Issue-ID: PORTAL-813 Change-Id: I5de9eef7f9b4e7983a2893fe91c83226fe1903cd Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
2020-04-09lowered code smellsRupinder1-2/+0
Removed some unused imports Issue-ID: PORTAL-865 Change-Id: I2bc24d3a525429385b6c3999a5b164cc72b85865 Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-02-06adding sdk changesMuni Mohan Kunchi1-3/+1
adding sdk changes Issue-ID: PORTAL-830 Signed-off-by: Muni Mohan Kunchi <munmohan@att.com> Change-Id: I0c99d3ab15fcf4c3b34d84658b64114dadbe2577
2020-01-23Fix NullPointerException & other sonar issuesParshad Patel1-1/+3
A "NullPointerException" could be thrown Use a logger to log this exception Cast one of the operands of this multiplication operation to a "long" Use isEmpty() to check whether the collection is empty or not Issue-ID: PORTAL-562 Change-Id: I1bc657a8893379329547b131b53e37da873d55db Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-08-07Sonar fix in epsdk-coreParshad Patel1-2/+3
A "NullPointerException" could be thrown; "appuser" is nullable here Either re-interrupt this method or rethrow the "InterruptedException" Issue-ID: PORTAL-562 Change-Id: Idc3cf823d42ad4afc3ca1ae58c3994916e0d8142 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-07-03Fix sonar issue in epsdk-domainParshad Patel1-4/+17
Fix Constructor has 10 parameters, which is greater than 7 authorized Issue-ID: PORTAL-562 Change-Id: I8eff61e2d829c86bd20c7052c181f90eed1a5926 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-04-18Fix sonar issue: implement builderArindam Mondal1-2/+6
Sonar link: https://sonar.onap.org/issues?projectUuids=AV8LJxI3uDqGnRl2bdaB&resolved=false&rules=squid%3AS00107 Issue-ID: PORTAL-559 Change-Id: I28c202e69f4856131b91918c41343ae6a5df3bbe Signed-off-by: arind.mondal <arind.mondal@samsung.com>
2019-03-28Fortify, version, Junitst398c1-34/+15
Issue-ID: PORTAL-543, PORTAL-273, PORTAL-544 Change-Id: Ib864ef78bbd534170cab90d9314f2d8943f78872 Signed-off-by: Thota, Saisree <st398c@research.att.com>
2019-02-25Reduce method parameter by implementing builderArindam Mondal1-8/+2
Issue-ID: PORTAL-529 Change-Id: I1f5adc677d43c2fdc4e18f893e11b708608b0b36 Signed-off-by: arindamm <arind.mondal@samsung.com>
2018-11-20CADI Integrationst782s4-0/+737
Issue-ID: PORTAL-474 System to system authorization using CADI Change-Id: I76487f8155a36fca8283669fe5e28ec7d5aec91d Signed-off-by: st782s <statta@research.att.com>
2018-09-12sonar issue fix (updated readme)Arindam Mondal1-1/+1
Issue-ID: PORTAL-338 Change-Id: Ie338e4707271859bfcbc30dfd04585dba206fe6f Signed-off-by: Arindam Mondal <arind.mondal@samsung.com>
2018-08-03Sonar issue try-with-resourcesArindam Mondal1-16/+7
Modified RoleServiceImpl, replaced Statement with PreparedStatemnent Issue-ID: PORTAL-338 Change-Id: I8d94682abf72080bc63d0e5b6c91e1869629bbc9 Signed-off-by: Arindam Mondal <arind.mondal@samsung.com>
2018-06-27API Versioning for ECOMP Components in SDKsa282w2-2/+2
Issue-ID: PORTAL-263 Included the missing changes for V3 API's for UserService and LoginService and release/2.4.0 changes needed to be merged in master branch. Change-Id: Ic516255464d3edf637df3e8c64eafbf0dde8cee3 Signed-off-by: sa282w <sa282w@att.com>
2018-05-03API Versioning for ECOMP Components in SDKsa282w2-3/+4
Issue-ID: PORTAL-263 Included the api version changes for SDK. Change-Id: Ib81c5aabe585f6e2775e73a692153d1f286d1f45 Signed-off-by: sa282w <sa282w@att.com>
2018-05-02Changes for 2.4.0-SNAPSHOTsa282w10-11/+11
Issue-ID: PORTAL-210 Included the pom changes for 2.4.0-SNAPSHOT, music and AAF changes. Change-Id: Ib1e1c2679271aa40eb3b50397724e8cdc5ffe01c Signed-off-by: sa282w <sa282w@att.com>
2018-04-20Replace ecomp referenceHima Elisetty46-46/+46
Issue-ID: PORTAL-19 Remove ecomp trademark Change-Id: Ic864f6cfdeeddad1e7d384abd3419ae21b832062 Signed-off-by: Hima Elisetty <hb123f@att.com>
2018-03-06Added Junits & AAF attributes SupportKotta, Shireesha (sk434m)3-9/+16
Issue-ID: PORTAL-136 Includes JUNITS, AAF attributes support Change-Id: Id4cc9f64268017665d7245d0a10369c9b498ba2f Signed-off-by: Kotta, Shireesha (sk434m) <sk434m@att.com>
2018-01-17Introduce JUNIT PlumbingHima Elisetty3-5/+5
Issue-ID: PORTAL-161, PORTAL-160, PORTAL-159 Includes Change in encryption and decryption algorithm Change-Id: I5f379d6d9ac25536744152ac1d61223a52f1ce7f Signed-off-by: Hima Elisetty <hbindu@research.att.com>
2018-01-03Harden codest782s1-7/+75
Issue-ID: PORTAL-145,PORTAL-119,PORTAL-118 Harden code to address SQL injecton, XSS vulnerabilities; Separate docker images for portal, sdk app and DMaaPBC ui; Missing error page Change-Id: I1818fbf86c601dd41b274729038e731fb2ec8f7d Signed-off-by: st782s <statta@research.att.com>
2017-11-28Harden codest782s1-8/+54
Issue-ID: PORTAL-145,PORTAL-119 Harden code to address SQL injecton, XSS vulnerabilities; Separate docker images for portal, sdk app and DMaaPBC ui Change-Id: I85fad4d3fcee3243207b8f0dfe21beaa41602204 Signed-off-by: st782s <statta@research.att.com>
2017-11-07Release new SDK Versionst782s7-3/+64
Issue: PORTAL-19, PORTAL-135 Includes SDK 2.1 release updates deprecating certain methods to address vulnerabilities Change-Id: Ibf105a0cf3c7d7e89eb05862c54aadfacf575d97 Signed-off-by: st782s <statta@research.att.com>
2017-10-27Additional security fixesChristopher Lott (cl778h)2-67/+33
Issue: PORTAL-135 Change-Id: I8574fbcd73d9a053e8a19d5a8e4219a4034b751e Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-10-20Role management; security vulnerabilities.Christopher Lott (cl778h)3-4/+6
Extend user/role management interface to allow role deletion. Add filters to defend against common web Javascript attacks. Drop Greensock code with unusable license. Use OParent in EPSDK web application. Issue: US324470, US342324, PORTAL-127 Change-Id: I3a10744fbbbdbda7c88d2b2e542e72e779c9b142 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-10-04Repair redirect; correct javadoc site pathChristopher Lott (cl778h)2-15/+2
[PORTAL-53] Correct path for deployment of javadoc web site [PORTAL-78] Prevent SDJ from redirecting multiples times during single signon [St164634] Tone down the logging when communicating with the Partnering Applications Add missing license headers; drop FusionLicenseImpl. Issue: PORTAL-53 PORTAL-78 Change-Id: I3f8200d8e41754ade05e3f7b38d0db6bdd5e59e8 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-09-25Sonar Scans and Role Centralization; clean nlChristopher Lott (cl778h)3-15/+19
PORTAL-21: centralized user role management PORTAL-72: Address Sonar Scan code issues for ONAP - mostly on raptor PORTAL-86: ONAP - Remove internal att.com usages from tests and otherfiles PORTAL-90: Add debug statements to demo app's class; no functional change Issue: PORTAL-21 PORTAL-72 PORTAL-86 PORTAL-90 Change-Id: I72a6c812009f51446330bf42bab6d3338d053805 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-09-07Adjust code for Sonar issuesChristopher Lott (cl778h)46-1684/+1289
Made non-functional updates to address static code analysis issues. Update license header with simple double-quote characters. Issue: PORTAL-72, PORTAL-90 Change-Id: Ic2c330daea07d721f0e6b350ebf03da97073f7ce Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
2017-08-31Rename packages to org.onap in 1.4.0-SNAPSHOTChristopher Lott (cl778h)46-0/+6630
19 - remove openecomp 72 - remediate Sonar scan issues 79 - removed unwanted left menu under Report 90 - apply approved license text Issue: PORTAL-19, PORTAL-72, PORTAL-79, PORTAL-90 Change-Id: I41a0ef5fba623d2242574bd15f2d9fb8029a496c Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>