IABACPolicySets

Description

The IABACPolicySets interface is used to work with policies sets in attribute-based access control structure.

Comments

To determine a policies set in attribute-based access control, use the IABACPolicySet interface.

Properties

  Property name Brief description
Count The Count property returns the number of policies sets contained in attribute-based access control.
Item The Item property returns policies set from attribute-based access control by index.

Methods

  Method name Brief description
Add The Add method adds a policies set to attribute-based access control structure.
AddCopy The AddCopy method adds a copy of the specified policies set to attribute-based access control structure.
Clear The Clear method deletes all policies sets from attribute-based access control.
FindById The FindById method searches for a policies set in attribute-based access control by identifier.
FindByKey The FindByKey method searches for a policies set in attribute-based access control by key.
IndexOf The IndexOf method returns index of policies set in attribute-based access control structure.
Move The Move method moves policies set among the existing policies sets in attribute-based access control by index.
MoveById The MoveById method moves policies set among the existing policies sets in attribute-based access control by identifier.
MoveByKey The MoveByKey method moves policies set among the existing policies sets in attribute-based access control by key.
Remove The Remove method removes policies set in attribute-based access control by index.
RemoveById The RemoveById method removes policies set in attribute-based access control by identifier.
RemoveByKey The RemoveByKey method removes policies set in attribute-based access control by key.
Swap The Swap method swaps specified policies sets in attribute-based access control by index.
SwapById The SwapById method swaps specified policies sets in attribute-based access control by identifier.
SwapByKey The SwapByKey method swaps specified policies sets in attribute-based access control by key.

See also:

ABAC Assembly Interfaces