IABACEngine.SetParams

Syntax

SetParams(SubjAttrs: IABACAttributeInstances; ObjAttrs: IABACAttributeInstances);

Parameters

SubjAttrs. Subject attributes collection.

ObjAttrs. Object attributes collection.

Description

The SetParams method sets the collection of attributes of the subject and object, for which attribute-based access control is determined.

Comments

The method is used by the IABACEngine.Evaluate method to calculate subject access to object. The subject and object attributes collections are set manually using the IMetabaseUser, IMetabaseGroup, IMetabaseObjectDescriptor, IMetabase, IMetabaseSecurity interfaces.

Example

The method use is given in the example for IABACEngine.Evaluate.

See also:

IABACEngine