ISecuritySubject.Name

Syntax

Name: String;

Description

The Name property determines a name of the security subject.

Comments

Subject name is permanent and does not depend on repository language. When creating a new repository, system subjects with the following names are created in the security manager:

The group named ALLUSERS including all repository users is also created but not displayed in the security manager.

When creating new security subjects, their names can include Latin letters, numbers, and characters supported by repository DBMS in any order. User names are case insensitive. Creating of user accounts with equal names that are different only in case is not available.

Example

The property use is given in the example for IMetabaseSecurity.ActiveUsers.

See also:

ISecuritySubject