Módosítások

Attribute Conversion for eduGAIN

650 bájt hozzáadva, 2008. szeptember 3., 14:27
SplitRule
=== SplitRule ===
The SplitRule is very similar to the MergeRule, the only difference is that the SplitRule containes one InputAttribute and more Attribute nodes.
 
<SplitRule>
<Description>Split the edupersonScopedEntitlement to edupersonEntitlement and homeOrganization</Description>
<InputAttribute attributeName="edupersonScopedEntitlement" id="scopedEntitlement" >^([^@]+)@(.+)$</InputAttribute>
<Attribute attributeName="edupersonEntitlement">
<AttributeValue>${scopedEntitlement[1]}</AttributeValue>
</Attribute>
<Attribute attributeName="homeOrganization">
<AttributeValue>${scopedEntitlement[2]}</AttributeValue>
</Attribute>
</SplitRule>
 
=== CustomRule ===
=== Quick guide for using unified EL with rules ===
565
szerkesztés

Navigációs menü