Package org.openbravo.portal
Class GrantPortalAccessProcess
- java.lang.Object
-
- org.openbravo.client.kernel.BaseActionHandler
-
- org.openbravo.client.application.process.BaseProcessActionHandler
-
- org.openbravo.portal.GrantPortalAccessProcess
-
- All Implemented Interfaces:
ActionHandler
public class GrantPortalAccessProcess extends BaseProcessActionHandler
This process grants the user the given role and resets her password- Author:
- alostale
-
-
Field Summary
Fields Modifier and Type Field Description static String
EVT_NEW_USER
-
Fields inherited from class org.openbravo.client.application.process.BaseProcessActionHandler
PARAM_FILE_CONTENT, PARAM_FILE_NAME, PARAM_FILE_SIZE, PARAM_MULTIPART_VALUES
-
-
Constructor Summary
Constructors Constructor Description GrantPortalAccessProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.codehaus.jettison.json.JSONObject
doExecute(Map<String,Object> parameters, String content)
-
Methods inherited from class org.openbravo.client.application.process.BaseProcessActionHandler
execute, extractParametersFromRequest, extractRequestContent, fixRequestMap, getResponseBuilder, hasAccess
-
Methods inherited from class org.openbravo.client.kernel.BaseActionHandler
execute, fixRequestMap, writeResponse
-
-
-
-
Field Detail
-
EVT_NEW_USER
public static final String EVT_NEW_USER
- See Also:
- Constant Field Values
-
-