public class ChangePassword extends Object implements com.v5analytics.webster.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(org.visallo.core.model.user.UserRepository userRepository) |
| Modifier and Type | Method and Description |
|---|---|
org.visallo.web.clientapi.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 © 2013–2017 V5 Analytics. All rights reserved.