Package | Description |
---|---|
com.communote.server.core.common.exceptions | |
com.communote.server.core.user | |
com.communote.server.core.user.security |
Modifier and Type | Class and Description |
---|---|
class |
PasswordLengthException |
Modifier and Type | Method and Description |
---|---|
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.
|
User |
UserManagementBase.createUser(UserVO user,
boolean emailConfirmation,
boolean managerConfirmation) |
User |
UserManagement.createUser(UserVO user,
boolean emailConfirmationRequired,
boolean managerConfirmationRequired)
Create a user based on the parameters.
|
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.handleCreateUser(UserVO userVo,
boolean emailConfirmation,
boolean managerActivation) |
protected abstract User |
UserManagementBase.handleCreateUser(UserVO user,
boolean emailConfirmation,
boolean managerConfirmation)
Performs the core logic for
UserManagementBase.createUser(UserVO, boolean, boolean) |
Modifier and Type | Method and Description |
---|---|
void |
UserPasswordManagementImpl.changePassword(Long userId,
String newPassword) |
void |
UserPasswordManagement.changePassword(Long userId,
String newPassword)
Change the password of a user.
|
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. |
void |
UserPasswordManagementImpl.changePassword(User user,
String newPassword) |
void |
UserPasswordManagement.changePassword(User user,
String newPassword)
Change the password of a user.
|
void |
UserPasswordManagementImpl.validatePassword(String newPassword) |
void |
UserPasswordManagement.validatePassword(String newPassword)
Validate that a password matches the minimum security requirements to be used in user
accounts
|
Copyright © 2019 Communote team. All rights reserved.