Módosítások

Attribute Conversion for eduGAIN

729 bájt hozzáadva, 2008. szeptember 3., 14:23
MergeRule
=== MergeRule ===
The merge rule can merge two or more attributes into one. The attributes which values you want to merge is declared using the InputAttribute node. You can also use the condition node, but only with RemoteProviderMatch (AttributeMatch is ignored).
 
This example shows how to combine two attribute values:
 
<MergeRule>
<Description>Merges the uid and homeOrganization to edupersonPrincipalName</Description>
<InputAttribute attributeName="homeOrganization" />
<InputAttribute attributeName="uid" />
<Attribute attributeName="edupersonPrincipalName" replaceValues="true">
<AttributeValue>${uid}@${homeOrganization}</AttributeValue>
</Attribute>
</MergeRule>
 
You can also use regular expressions, as with BasicRule.
 
=== SplitRule ===
=== CustomRule ===
565
szerkesztés

Navigációs menü