IABACRules

Description

The IABACRules interface is used to work with rules in attribute-based access control policy.

Comments

To determine a policy in attribute-based access control, use the IABACPolicy interface.

Properties

  Property name Brief description
Count The Count property returns the number of rules contained in policy.
Item The Item property returns the rule from policy by index.

Methods

  Method name Brief description
Add The Add method adds a rule to policy.
AddCopy The AddCopy method adds a copy of the specified rule to policy.
Clear The Clear method deletes all rules from policy.
FindById The FindById method searches for a rule in policy by identifier.
FindByKey The FindByKey method searches for a rule in policy by key.
IndexOf

The IndexOf method returns index of a rule in attribute-based access control policy.

Move The Move method moves rule among the existing rules in policy by index.
MoveById The MoveById method moves rule among the existing rules in policy by identifier.
MoveByKey The MoveByKey method moves rule among the existing rules in policy by key.
Remove The Remove method removes rule in policy by index.
RemoveById The RemoveById method removes rule in policy by identifier.
RemoveByKey The RemoveByKey method removes rule in policy by key.
Swap The Swap method swaps specified rules in policy by index.
SwapById The SwapById method swaps specified rules in policy by identifier.
SwapByKey The SwapByKey method swaps specified rules in policy by key.

See also:

ABAC Assembly Interfaces