Versions Compared

Key

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

...

Expand
titleSpecific XMLAttribute

Name

Type

Description

attributeListRef 4.13

Bean Id

Bean Id of a List<IdPAttribute> which will be the attributes the connector returns.

...

Code Block
languagexml
<DataConnector id="staticAttributes" xsi:type="Static">
	<Attribute id="eduPersonAffiliation">
		<Value>member</Value>
	</Attribute>
	<Attribute id="eduPersonEntitlement">
		<Value>https://example.org/entitlement/entitlement1</Value>
		<Value>urn:mace:dir:entitlement:common-lib-terms</Value>
	</Attribute>
</DataConnector>

Spring Configuration 4.3

The Static Data Connector can be configured in native Spring XML via theĀ attributeListRef attributes.

...