X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ecomp-portal-BE-common%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fportalapp%2Fportal%2Fservice%2FEPAppCommonServiceImpl.java;h=7f4b2cea8406819f519da695dcb517e5400dfced;hb=24608a9e1450c409dc3870440d29e91cc3a26bb9;hp=b2e9ebc5622e8a55fdf63e37aece1aabc03e6a1b;hpb=bdbb16ae428a064129dc9c50b9936d618edc87d3;p=portal.git diff --git a/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/service/EPAppCommonServiceImpl.java b/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/service/EPAppCommonServiceImpl.java index b2e9ebc5..7f4b2cea 100644 --- a/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/service/EPAppCommonServiceImpl.java +++ b/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/service/EPAppCommonServiceImpl.java @@ -33,7 +33,7 @@ * * ============LICENSE_END============================================ * - * ECOMP is a trademark and service mark of AT&T Intellectual Property. + * */ package org.onap.portalapp.portal.service; @@ -1085,7 +1085,7 @@ public class EPAppCommonServiceImpl implements EPAppService { // name and keys to the FN_APP table. The App's mailbox // and // keys will be visible to the - // admin on the ECOMP portal. + // admin on the ONAP portal. // ------------------------------------------------------------------------------------------- TopicManager topicManager = new TopicManager() { @@ -1133,7 +1133,7 @@ public class EPAppCommonServiceImpl implements EPAppService { final CambriaIdentityManager im = new CambriaClientBuilders.IdentityManagerBuilder() .usingHosts(Helper.uebUrlList()).build(); com.att.nsa.apiClient.credentials.ApiCredential credential = im.createApiKey(user.getEmail(), - "ECOMP Portal Owner"); + "ONAP Portal Owner"); String appKey = credential.getApiKey(); String appSecret = credential.getApiSecret(); String appMailboxName = null;