diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://api.de.n2.tibco.com | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of XmlLdapAttributeSimple | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | value | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="XmlLdapAttribute"> <xs:annotation> <xs:documentation>Extension of XmlLdapAttributeSimple, which provides detailed information about the mapping of an organization model entity attribute to an LDAP attribute. An organization model entity attribute that references an LDAP attribute can hold more than one value. </xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="XmlLdapAttributeSimple"> <xs:attribute name="desc-guid" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Unique identifier of the parameter descriptor that describes the resource attribute.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="type" type="XmlParameterType" default="String"> <xs:annotation> <xs:documentation>Enumerated value defining the data type of this resource attribute's value.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="local" type="xs:boolean" default="true"> <xs:annotation> <xs:documentation>Boolean value defining whether the resource attribute holds its value locally within Directory Engine (TRUE), or whether it reads the value from an identified LDAP attribute (FALSE).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ldap-alias" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>For non-locally held resource attribute values, the alias by which the LDAP connection is registered within Directory Engine. Used to look up that connection so that the resource attribute's value can be read.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ldap-dn" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>For non-locally held resource attribute values, the DN of the LDAP entry from which the attribute's value is read. Together with the ldap-alias, this will locate an entry within the LDAP directory.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ldap-attribute" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>For non-locally held resource attribute values, the name of the LDAP attribute from which the attribute's value is read. Together with the ldap-alias and ldap-dn, this will uniquely identify an attribute of an entry within the LDAP directory.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="desc-guid" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Unique identifier of the parameter descriptor that describes the resource attribute.</xs:documentation> </xs:annotation> </xs:attribute> |
type | XmlParameterType | |||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||
source | <xs:attribute name="type" type="XmlParameterType" default="String"> <xs:annotation> <xs:documentation>Enumerated value defining the data type of this resource attribute's value.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:boolean | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="local" type="xs:boolean" default="true"> <xs:annotation> <xs:documentation>Boolean value defining whether the resource attribute holds its value locally within Directory Engine (TRUE), or whether it reads the value from an identified LDAP attribute (FALSE).</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="ldap-alias" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>For non-locally held resource attribute values, the alias by which the LDAP connection is registered within Directory Engine. Used to look up that connection so that the resource attribute's value can be read.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="ldap-dn" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>For non-locally held resource attribute values, the DN of the LDAP entry from which the attribute's value is read. Together with the ldap-alias, this will locate an entry within the LDAP directory.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="ldap-attribute" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>For non-locally held resource attribute values, the name of the LDAP attribute from which the attribute's value is read. Together with the ldap-alias and ldap-dn, this will uniquely identify an attribute of an entry within the LDAP directory.</xs:documentation> </xs:annotation> </xs:attribute> |