Class ValidateUserPasswordActionHandler
- java.lang.Object
-
- org.openbravo.client.kernel.BaseActionHandler
-
- org.openbravo.client.application.process.BaseProcessActionHandler
-
- org.openbravo.common.actionhandler.ValidateUserPasswordActionHandler
-
- All Implemented Interfaces:
ActionHandler
public class ValidateUserPasswordActionHandler extends BaseProcessActionHandler
Action handler that will given a password, will check if it complies with the password policies defined in PasswordStrengthChecker. If it complies, the password is assigned to the user passed as parameter. If not an error message will be displayed
-
-
Field Summary
-
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 ValidateUserPasswordActionHandler()
-
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
-
-