IMetabaseGroup.HasToken

Syntax

HasToken: Boolean;

HasToken: Boolean;

Description

The HasToken property determines whether mandatory access control parameters can be set up for a group of users.

Comments

The property is only on working with a domain group of users included into the list of repository security subjects. The repository must have enabled mandatory access control method or level-based access control method.

If the HasToken property is set to True, mandatory access control parameters can be set up for domain group in the Token property. If the user log in to repository using integrated domain authentication, it is checked if the user is included only into one group with the specified access level. If this condition is satisfied, access to repository is allowed. If the number of groups with the specified access level is more, or there is none, access is denied.

If the HasToken property is set to False, mandatory access control settings for the group will be reset and will not be used on working with the repository.

See also:

IMetabaseGroup