| Package | Description |
|---|---|
| org.appfuse.service | |
| org.appfuse.service.impl |
| Modifier and Type | Method and Description |
|---|---|
org.appfuse.model.User |
UserService.saveUser(org.appfuse.model.User user)
Saves a user's information
|
org.appfuse.model.User |
UserManager.saveUser(org.appfuse.model.User user)
Saves a user's information.
|
org.appfuse.model.User |
UserManager.updatePassword(String username,
String currentPassword,
String recoveryToken,
String newPassword,
String applicationUrl) |
| Modifier and Type | Method and Description |
|---|---|
org.appfuse.model.User |
UserManagerImpl.saveUser(org.appfuse.model.User user)
Saves a user's information.
|
org.appfuse.model.User |
UserManagerImpl.updatePassword(String username,
String currentPassword,
String recoveryToken,
String newPassword,
String applicationUrl) |
Copyright © 2003–2013. All rights reserved.