Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Identified by type="Chaining", allows different types of plugins to run in combination.

Attributes

Names

Type

Default

Description

operator "AND", "OR"requiredThis controls the evaluation of the child plugins in the expected fashion. If set to "AND", the first plugin to return a non-true result ends the evaluation. If set to "OR", the first plugin to return a true result ends the evaluation.

Child Elements

Name

Cardinality

Description

<AccessControlProvider>

1 or more

The plugins to chain together.

  • No labels