createUser() - EnterWorks_Process_Exchange_(EPX) - 10.6

EnterWorks EPX Programmers Reference

Product type
Software
Portfolio
Verify
Product family
EnterWorks
Product
Precisely EnterWorks > EnterWorks Process Exchange (EPX)
Version
10.6
Language
English
Product name
Precisely EnterWorks
Title
EnterWorks EPX Programmers Reference
Topic type
Programming Reference
Reference
First publish date
2007
Last edition
2023-07-28
Last publish date
2023-09-20T04:07:07.148709
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.