Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name
Type
Default
Description

id

String

Identifier for the Data Connector. This is used for logging, to establish dependencies, and as a target for failover.

activationConditionRef                  

Bean Reference

Bean ID of a condition to decide whether to resolve this connector, see here.
Mutually exclusive with relyingParties

relyingParties 3.4

space-delimited list

List of entity IDs for which this connector should be resolved.
Mutually exclusive with activationConditionRef

springResources

String

A series of ';' separated resource names which contain Spring definitions for this connector. See below.
Only valid for RelationalDatabase, LDAPDirectory, Scripted 3.1 and Static 3.1 connectors.

springResourcesRef 3.1

Bean Reference

Bean ID of a List<Resource> which contain Spring definitions for this connector. See below.
Only valid for RelationalDatabase, LDAPDirectory, Scripted and Static connectors.

factoryPostProcessorsRef 3.1

Bean Reference
(Advanced) Bean ID of a List<BeanFactoryPostProcessor> for use when parsing the resources specified by springResources or springResourcesRef

postProcessorsRef 3.1

Bean Reference
(Advanced) Bean ID of a List<BeanBeanPostProcessorPostProcessor> for use when parsing the resources specified by springResources or springResourcesRef

profileContextStrategyRef

Bean Reference
Bean ID of a function injected to override the normal lookup process for the request's ProfileRequestContext

noRetryDelay 3.2

Duration0Time between retries of a failed data connector (during the interval, failure is just assumed when the connector is run and no actual connection is attempted)
propagateResolutionExceptions 3.4BooleantrueWhether connector/plugin failure is fatal to the entire attribute resolution process

Anchor
CommonChildElements
CommonChildElements
Common Child Elements

...