The ABACEvaluateResult enumeration is used to determine subject access to object.
It is used by the following method:
Value | Brief description |
0 | Indeterminate. Access is not determined if an error occurred on calculating a logical condition in objective or condition. |
1 | NotApplicable. The rule cannot be applied if result of logical expression in objective or condition is negative. For example, the SUBJECT.NAME = User objective is specified but there is no such user. |
2 | Permit. Access is allowed and the rule can be applied if result of logical expression in objective or condition is positive. For example, the SUBJECT.NAME = User objective is specified, and there is such a user. |
3 | Deny. Access is denied and the rule can be applied if result of logical expression in objective or condition is positive. |
See also: