ABACCombineAlgorithm

Description

The ABACCombineAlgorithm enumeration is used to select combination algorithm of root set/policies/rules.

It is used by the following properties:

Available Values

Value Brief description
1 DenyOverride. Prohibit access if at least one of the calculation results returned prohibition.
2 PermitOverride. Allow access if at least one of the calculation results returned permission.
5 FirstApplicable. Result of calculation of the first available rule in the policy hierarchy. The rule is available if logical condition calculation results match in objective and condition. If none of the rules is available, the policy is not executed.
6 OnlyOneApplicable. Result of calculation of a single available rule in the policy hierarchy. The rule is available if logical condition calculation results match in objective and condition. If the policy contains several rules or the single rule is not available, the policy is not executed.

See also:

ABAC Assembly Enumerations