public class ChangePassword extends Object implements com.mware.web.framework.ParameterizedHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
NEW_PASSWORD_CONFIRMATION_PARAMETER_NAME |
static String |
NEW_PASSWORD_PARAMETER_NAME |
static String |
TOKEN_PARAMETER_NAME |
| Constructor and Description |
|---|
ChangePassword(com.mware.core.model.user.UserRepository userRepository) |
| Modifier and Type | Method and Description |
|---|---|
com.mware.web.model.ClientApiSuccess |
handle(String token,
String newPassword,
String newPasswordConfirmation) |
public static final String TOKEN_PARAMETER_NAME
public static final String NEW_PASSWORD_PARAMETER_NAME
public static final String NEW_PASSWORD_CONFIRMATION_PARAMETER_NAME
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.