The IMetabaseAuditUserInfo interface is used to work with a service user of security subsystem.
A service user of security subsystem ensures:
System login.
Correct auditing and user locking.
Use of application role on working with DBMS.
Use of password hashing.
NOTE. A service user can be created only in the desktop application by the administrator or the user with the following privileges: Creating and Deleting Users and Applying Permissions on DBMS Level.
For details see the Creating a Service User section.
IMPORTANT. The P4AUDIT reserved service user is declared as outdated. To ensure security and system login, create a new service user of security subsystem on each user's computer.
Property name | Brief description | |
IsReserved | The IsReserved property returns whether the P4AUDIT reserved user exists in the repository. | |
IsSupported | The IsSupported property returns whether a new service user exists in the repository. | |
Name | The Name property determines a service user name. | |
Scope | The Scope property determines a method of saving service user credentials. |
Method name | Brief description | |
ChangePassword | The ChangePassword method changes service user password. | |
CreateUser | The CreateUser method creates a service user in database. |
See also: