Assembly: ABAC;
The IABACSubjectAttributesMapping interface is used to work with the collection of links between user attributes and attributes of external storage area/domain containing information about security subjects.
IABACSubjectAttributesMapping
The collection of links between user attributes and attributes of external storage area/domain can be obtained using properties and methods of the IABACSubjectAttributesMappings interface.
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of links between user attributes and attributes of external storage area/domain. |
![]() |
Item | The Item property returns settings of link between user attribute and attribute of external storage area/domain by index. |
![]() |
Provider | The Provider property returns the type of storage area/domain, for which attribute binding is set up. |
![]() |
Realm | The Realm property returns name of the external storage area/domain. |
| Method name | Brief description | |
![]() |
Add | The Add method creates settings of a link between the specified user attribute and the attribute of external storage area/domain. |
![]() |
Clear | The Clear method deletes all bindings between user attributes and attributes of external storage area/domain. |
![]() |
FindByKey | The FindByKey method searches for link settings by user attribute key. |
![]() |
Remove | The Remove method removes attribute link settings by index. |
![]() |
RemoveByKey | The RemoveByKey method removes attribute link settings by user attribute key. |
See also: