/
AND Rule
AND Rule
The <AND>
element is an access control operator that combines any number of nested rules or operators with a conjunction, meaning it is satisfied if and only if all of its children are satisfied.
Child Elements
Two or more of the following elements can appear:
Name | Cardinality | Description |
---|---|---|
<Rule> | A single access rule to enforce. | |
A single regular expression access rule to enforce. | ||
<OR> | Two or more | An operator for combining any number of rules or operators with a disjunction. |
<AND> | An operator for combining any number of rules or operators with a conjunction. | |
<NOT> | An operator for reversing the meaning of a single rule or operator. |
, multiple selections available,
Related content
Rule
More like this
XMLAccessControl
XMLAccessControl
More like this
OR Rule
OR Rule
More like this
NOT Rule
NOT Rule
More like this
ANDConfiguration
ANDConfiguration
More like this
ANDConfiguration
ANDConfiguration
More like this