public class MyPortalMyAppsRest extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
PATH_APPS |
protected static String |
PATH_APPS_BY_USERGUID |
protected static String |
PLUGIN_PATH |
protected static String |
USER_GUID |
Constructor and Description |
---|
MyPortalMyAppsRest() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getUserMyAppsList(javax.servlet.http.HttpServletRequest request)
Return the list of all MyApps of a user
|
javax.ws.rs.core.Response |
getUserMyAppsListByGuid(javax.servlet.http.HttpServletRequest request,
String strGuid)
Return the list of all MyApps of a user by user guid the rest service is protected by signed request
|
protected static final String USER_GUID
protected static final String PLUGIN_PATH
protected static final String PATH_APPS
protected static final String PATH_APPS_BY_USERGUID
public javax.ws.rs.core.Response getUserMyAppsList(@Context javax.servlet.http.HttpServletRequest request)
request
- httpServletRequestpublic javax.ws.rs.core.Response getUserMyAppsListByGuid(@Context javax.servlet.http.HttpServletRequest request, String strGuid)
request
- httpServletRequeststrGuid
- the user GuidCopyright © 2018 City of Paris. All rights reserved.