Modifier and Type | Method and Description |
---|---|
static void |
ExceptionHelper.checkSecurityCodeNotFound(Object exception)
Check security code not found.
|
Modifier and Type | Method and Description |
---|---|
void |
UserManagementBase.confirmNewEmailAddress(String securityCode) |
void |
UserManagement.confirmNewEmailAddress(String securityCode)
Confirms the new email address.
|
User |
UserManagementBase.confirmUser(String securitycode,
UserVO user) |
User |
UserManagement.confirmUser(String securitycode,
UserVO user)
Confirms a registered or invited user, sets user data and change status to active or
confirmed.
|
protected void |
UserManagementImpl.handleConfirmNewEmailAddress(String securityCode) |
protected abstract void |
UserManagementBase.handleConfirmNewEmailAddress(String securityCode)
Performs the core logic for
UserManagementBase.confirmNewEmailAddress(String) |
protected User |
UserManagementImpl.handleConfirmUser(String securitycode,
UserVO data) |
protected abstract User |
UserManagementBase.handleConfirmUser(String securitycode,
UserVO user)
Performs the core logic for
UserManagementBase.confirmUser(String, UserVO) |
protected User |
UserManagementImpl.handleUnlockUser(String securityCode) |
protected abstract User |
UserManagementBase.handleUnlockUser(String securityCode)
Performs the core logic for
UserManagementBase.unlockUser(String) |
User |
UserManagementBase.unlockUser(String securityCode)
Unlocks the user for the given security code.
|
User |
UserManagement.unlockUser(String securityCode)
Unlocks the user for the given security code.
|
Modifier and Type | Method and Description |
---|---|
void |
UserPasswordManagementImpl.changePassword(String securityCode,
String password) |
void |
UserPasswordManagement.changePassword(String securityCode,
String newPassword)
Change the password of a user who used the forgotten password feature
(
UserPasswordManagement.requestPasswordChange(String) ) to request a new password. |
Modifier and Type | Method and Description |
---|---|
abstract SecurityCodeConfirmationResult |
SecurityCodeConfirmationHandler.confirm(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SecurityCode code)
Confirm the code.
|
Copyright © 2019 Communote team. All rights reserved.