IABACSubjectAttributesMappings

Assembly: ABAC;

Description

The IABACSubjectAttributesMappings interface is used to work with the collection of links between user attributes and attributes of external storage areas/domains containing information about security subjects.

Inheritance Hierarchy

IABACSubjectAttributesMappings

Comments

The collection of links between user attributes and attributes of external storage areas/domains can be obtained using the IABACSubjectAttributes.Mappings property.

Properties

  Property name Brief description
Count The Count property returns the number of links with attributes of external storage areas/domains in the collection.
Item The Item property returns settings of a link with attributes of external storage area/domain with the specified index.

Methods

  Method name Brief description
Add The Add method creates settings of a link between user attributes and attributes of external storage area/domain.
Clear The Clear method clears the collection of links with attributes of external storage areas/domains.
FindByType The FindByType method searches for an attribute link by type and name of external storage area/domain.
Remove The Remove method removes attribute link settings with the specified index.
RemoveByType The RemoveByType method removes attribute link settings for the specified type of external storage area/domain.

See also:

ABAC Assembly Interfaces