Class | com.enterworks.client.facade.administration.AdministrationFacade |
---|---|
Parameters | UserVO user — the user value object with the updated user information. String password — the unencrypted password for the user’s new password or null if its unchanged. SessionProfile profile — the session profile object for the current logged-in session. |
Returns | UserVO — the updated reference to the UserVO object. |
Description | The EPX User EJB actually does the work of updating the user object and its associated data. The server validates the logged in user’s (from the SessionProfile) access rights before a user is updated. |