The User class specifies details about Ecrion Omni System users.
Members/Properties
Name |
Description |
Specifies the user name of an Ecrion Omni System user. |
|
Specifies the password of an Ecrion Omni System user. |
|
Specifies the display name of an Ecrion Omni System user. |
|
Specifies the email address of an Ecrion Omni System user. |
|
Specifies the settings associated with an Ecrion Omni System user. |
|
Specifies standard access rights granted to an Ecrion Omni System user. |
|
Specifies advanced access rights granted to an Ecrion Omni System user. |
|
Specifies the user groups to which an Ecrion Omni System user belongs. |
Specifies the user name of an Ecrion Omni System user. This value is mandatory.
public String UserName;
Specifies the password of an Ecrion Omni System user. This value is mandatory.
public String Password;
Specifies the display name of an Ecrion Omni System user.
public String DisplayName;
Specifies the email address of an Ecrion Omni System user. This value is mandatory.
public String Email;
Specifies the settings associated with an Ecrion Omni System user. This member is of type UserSettings.
public UserSettings Settings;
Array which specifies standard access rights granted to an Ecrion Omni System user. The array is of type StandardAccessRights.
public StandardAccessRights[] StandardACL;
Array which specifies advanced access rights granted to an Ecrion Omni System user.
Example of possible values: "FileAllow:*" or "FileDeny:*.wkf" or "FileDeny:Test\*" or "FileDeny:*|FileAllow:Test\*" or "FileAllowWrite:*" or "FileDenyWrite:Test\*"
public String[] AdvancedACL;
This array specifies the user groups to which an Ecrion Omni System user belongs.
public String[] UserGroups;