createUser() Method
In SecurityService, use the createUser() method to create a user in Publisher.
Signature
boolean createUser(String userName, String password, String adminUser, String adminPassword);
Parameters for createUser() Method
| Parameter | Description |
|---|---|
|
String userName |
The user name to create. |
|
String password |
The password for the newly created user. |
|
String adminUser |
The user name for a user with administration privileges. |
|
String adminPassword |
The password for the administration user name. |