From 74d351a550b50ba963fa0db6053ed4bd501a9868 Mon Sep 17 00:00:00 2001 From: Arul Date: Thu, 11 Jan 2018 09:50:40 -0500 Subject: Fixing jenkins build Clenaing up the snapshot versions and adding implementation for the getuserconfig Change-Id: I17aac0f10a614e5e2420287e5ac165f4b5870c9e Signed-off-by: Arul Issue-ID: AAI-542 --- .../onap/aai/sparky/security/portal/PortalRestAPIServiceImpl.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/main/java/org/onap/aai/sparky/security/portal/PortalRestAPIServiceImpl.java b/src/main/java/org/onap/aai/sparky/security/portal/PortalRestAPIServiceImpl.java index a39a05a..3bfc7ea 100644 --- a/src/main/java/org/onap/aai/sparky/security/portal/PortalRestAPIServiceImpl.java +++ b/src/main/java/org/onap/aai/sparky/security/portal/PortalRestAPIServiceImpl.java @@ -217,10 +217,9 @@ public class PortalRestAPIServiceImpl implements IPortalRestAPIService { return formatter.format(args); } - @Override public List 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 -- cgit 1.2.3-korg