Add REST service for reseting user password.

This commit is contained in:
Paulo Gustavo Veiga
2012-02-21 17:41:51 -03:00
parent 6ff556b317
commit a4e097ad15
9 changed files with 83 additions and 30 deletions

View File

@@ -47,4 +47,7 @@ public interface UserManager {
public Collaborator getCollaboratorBy(String email);
public User createUser(User user, Collaborator col);
public void deleteUser(User user);
}