Fixing jenkins build
[aai/sparky-be.git] / src / main / java / org / onap / aai / sparky / security / portal / PortalRestAPIServiceImpl.java
index a39a05a..3bfc7ea 100644 (file)
@@ -217,10 +217,9 @@ public class PortalRestAPIServiceImpl implements IPortalRestAPIService {
     return formatter.format(args);
   }
 
-  @Override
   public List<EcompRole> getAvailableRoles(String requestedLoginId) throws PortalAPIException {
-    // TODO Auto-generated method stub
-    return null;
+    LOG.debug("Get available roles");
+    return UserManager.getRoles();
   }
 
 }
\ No newline at end of file