Entitlement - Novell IDENTITY MANAGER 3.6.1 - DTD REFERENCE 05-06-2009 Reference Manual

Dtd reference
Hide thumbs Also See for IDENTITY MANAGER 3.6.1 - DTD REFERENCE 05-06-2009:
Table of Contents

Advertisement

entitlement

An entitlement definition that is stored in the XmlData attribute of a DirXML-Entitlement object.
The actual name of the entitlement comes from the RDN of the DirXML-Entitlement object. The
entitlement definition defines a display name and description for the entitlement for use in UI
agents, and can define whether or not an entitlement requires a single parameter value. If a
parameter value is required, then it is possible to specify a list of possible values for that parameter
value, or a query that can be issued to the associated application in order to get a list of possible
parameters values.
Example
<entitlement conflict-resolution="union" description="Recipient is entitled to
an account in the connected application" display-name="User Account"/>
<entitlement conflict-resolution="union"
description="Groups that the recipient is entitled to belong to in the
connected application" display-name="Group Membership">
<values>
<query-app>
<query-xml>
<nds dtd-version="2.0">
</nds>
</query-xml>
<result-set>
<display-name>
</display-name>
<description>
</description>
<ent-value>
</ent-value>
</result-set>
</query-app>
</values>
</entitlement>
<entitlement conflict-resolution="priority" description="The Musical
Instrument played by the recipient" display-name="Musical Instrument">
<values multi-valued="false">
<value>Trumpet</value>
<value>Clarinet</value>
<value>Trombone</value>
<value>Flute</value>
<value>Violin</value>
</values>
</entitlement>
504 Identity Manager 3.6 DTD Reference
<input>
<query class-name="Group" scope="subtree">
<search-class class-name="Group"/>
<read-attr attr-name="Description"/>
</query>
</input>
<token-src-dn/>
<token-attr attr-name="Description"/>
<token-association/>

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the IDENTITY MANAGER 3.6.1 - DTD REFERENCE 05-06-2009 and is the answer not in the manual?

This manual is also suitable for:

Identity manager 3.6.1

Table of Contents