Onboarding Page Account Admin Change
[portal.git] / ecomp-portal-BE-common / src / main / java / org / onap / portalapp / portal / service / ExternalAccessRolesService.java
index d064545..53a7a5f 100644 (file)
@@ -509,4 +509,6 @@ public interface ExternalAccessRolesService {
         */
        public List<EcompRole> missingUserApplicationRoles(String uebkey, String loginId, Set<EcompRole> CurrentUserRoles) throws Exception;
 
+       List<EPRole> getPortalAppRoleInfo(Long roleId);
+
 }