PortalAdminController up
[portal.git] / portal-BE / src / main / java / org / onap / portal / service / AdminRolesService.java
index 27a5eea..a9d5f6c 100644 (file)
@@ -2217,4 +2217,8 @@ public class AdminRolesService {
             logger.error(EELFLoggerDelegate.errorLogger, "applyChangesToAppRolesRequest failed", e);
         }
     }
+
+    public List<FnRole> getRolesByApp(final Long appId) {
+        return fnRoleService.retrieveActiveRolesOfApplication(appId);
+    }
 }