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%2FAdminRolesService.java;h=e61f87a23c422190bf2b9d607b5cb29f6e5796ab;hb=24608a9e1450c409dc3870440d29e91cc3a26bb9;hp=49ab1a061d19abb213c56d4a7231d912e2115b1a;hpb=bdbb16ae428a064129dc9c50b9936d618edc87d3;p=portal.git diff --git a/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/service/AdminRolesService.java b/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/service/AdminRolesService.java index 49ab1a06..e61f87a2 100644 --- a/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/service/AdminRolesService.java +++ b/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/service/AdminRolesService.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; @@ -51,23 +51,23 @@ public interface AdminRolesService { public boolean setAppsWithAdminRoleStateForUser(AppsListWithAdminRole newAppsListWithAdminRoles); /** - * Attention! User roles in ECOMP PORTAL cannot be managed by this function. + * Attention! User roles in ONAP PORTAL cannot be managed by this function. * @param user - * @return 'true' if user has Super Administrator role SYS_ADMIN_ROLE_ID (1 for now) in ECOMP PORTAL, 'false' otherwise + * @return 'true' if user has Super Administrator role SYS_ADMIN_ROLE_ID (1 for now) in ONAP PORTAL, 'false' otherwise */ public boolean isSuperAdmin(EPUser user); /** - * Attention! User roles in ECOMP PORTAL cannot be managed by this function. + * Attention! User roles in ONAP PORTAL cannot be managed by this function. * @param user - * @return 'true' if user has Account Administrator role ACCOUNT_ADMIN_ROLE_ID (999 for now) for any application except ECOMP Portal, 'false' otherwise + * @return 'true' if user has Account Administrator role ACCOUNT_ADMIN_ROLE_ID (999 for now) for any application except ONAP Portal, 'false' otherwise */ public boolean isAccountAdmin(EPUser user); /** - * Attention! User roles in ECOMP PORTAL cannot be managed by this function. + * Attention! User roles in ONAP PORTAL cannot be managed by this function. * @param user - * @return 'true' if user has any remote(!) role within any application (ECOMP Portal roles are not included), 'false' otherwise + * @return 'true' if user has any remote(!) role within any application (ONAP Portal roles are not included), 'false' otherwise */ public boolean isUser(EPUser user);