Interface UsersService
public interface UsersService
-
Method Summary
-
Method Details
-
getUser
Get the user.- Parameters:
username- the user name- Returns:
- the user bean
-
updateUser
Update the user.- Parameters:
username- the user nameuserBean- the user bean- Returns:
- the updated user bean
-
updatePassword
Update the user password.- Parameters:
username- the user namepassword- the password- Returns:
- the updated user bean
-