| Package | Description |
|---|---|
| unidue.ub.statistics.userauth |
Handling of users and their personal options.
|
| Modifier and Type | Method and Description |
|---|---|
static User |
UserDAO.getUser(java.lang.String email)
retrieves the
User by its email. |
| Modifier and Type | Method and Description |
|---|---|
void |
UserRegistrationServlet.registrate(User user,
java.lang.String plainTextPassword)
registrates the user in the database
|
void |
UserPasswordChangeServlet.registrate(User user,
java.lang.String plainTextPassword)
registrates the user in the database
|