Class | com.enterworks.client.facade.administration.AdministrationFacade |
---|---|
Parameters | SessionProfile profile — the session profile object for the current logged-in session UserVO user — the user object that holds the user information required by the API to create a user String password — the unencrypted password of the user |
Description | This method will use the UserVO value object passed to it to add a new user to the system. Note that the method also returns a reference to a new UserVO object that contains any additional data that may have been added to the object within the façade or in the EPX EJB responsible to an aging users. This new object reference should be used if any additional manipulation of the object is to be done. The login identifier is required and is the key when adding a user. You cannot use a duplicate a login identifier in an EPX server. Note that the password field of the UserVO value object is encrypted for security. |