complexType XmlLdapSource
diagram de_wsdl_diagrams/de_wsdl_p22369.png
namespace http://base.api.de.bpm.tibco.com
properties
abstract true
children attribute-mapping
attributes
Name  Type  Use  Default  Fixed  Annotation
ldap-alias  xs:string  required      
documentation
The name (or alias) by which a configured LDAP connection shared resource is identified. LDAP connection shared resource are named with the prefix "ldap/de/" in order to indicate that they are intended for Directory Engine use. The alias given here is that name without the "ldap/de/" prefix.

An LDAP container can contain only one instance of an LDAP source for any alias.
resource-name-attributes  xs:string  optional      
documentation
(Optional) A space-separated list of named LDAP attributes, whose values will be concatenated to generate a default display name for resources derived from entries in this LDAP source.
When an LDAP container contains one or more secondary LDAP sources, and those LDAP sources also provide resource-name-attributes, those of the first entry encountered will be used.
annotation
documentation
Definition of an LDAP shared resource entry (identified by the LDAP alias) in an LDAP container.
source <xs:complexType name="XmlLdapSource" abstract="true">
 
<xs:annotation>
   
<xs:documentation>Definition of an LDAP shared resource entry (identified by the LDAP alias) in an LDAP container.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="attribute-mapping" type="XmlLdapAttributeMapping" minOccurs="0" maxOccurs="unbounded"/>
 
</xs:sequence>
 
<xs:attribute name="ldap-alias" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>The name (or alias) by which a configured LDAP connection shared resource is identified. LDAP connection shared resource are named with the prefix "ldap/de/" in order to indicate that they are intended for Directory Engine use. The alias given here is that name without the "ldap/de/" prefix.

An LDAP container can contain only one instance of an LDAP source for any alias.
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="resource-name-attributes" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>(Optional) A space-separated list of named LDAP attributes, whose values will be concatenated to generate a default display name for resources derived from entries in this LDAP source.
When an LDAP container contains one or more secondary LDAP sources, and those LDAP sources also provide resource-name-attributes, those of the first entry encountered will be used.
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute XmlLdapSource/@ldap-alias
type xs:string
properties
use required
annotation
documentation
The name (or alias) by which a configured LDAP connection shared resource is identified. LDAP connection shared resource are named with the prefix "ldap/de/" in order to indicate that they are intended for Directory Engine use. The alias given here is that name without the "ldap/de/" prefix.

An LDAP container can contain only one instance of an LDAP source for any alias.
source <xs:attribute name="ldap-alias" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The name (or alias) by which a configured LDAP connection shared resource is identified. LDAP connection shared resource are named with the prefix "ldap/de/" in order to indicate that they are intended for Directory Engine use. The alias given here is that name without the "ldap/de/" prefix.

An LDAP container can contain only one instance of an LDAP source for any alias.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlLdapSource/@resource-name-attributes
type xs:string
properties
use optional
annotation
documentation
(Optional) A space-separated list of named LDAP attributes, whose values will be concatenated to generate a default display name for resources derived from entries in this LDAP source.
When an LDAP container contains one or more secondary LDAP sources, and those LDAP sources also provide resource-name-attributes, those of the first entry encountered will be used.
source <xs:attribute name="resource-name-attributes" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>(Optional) A space-separated list of named LDAP attributes, whose values will be concatenated to generate a default display name for resources derived from entries in this LDAP source.
When an LDAP container contains one or more secondary LDAP sources, and those LDAP sources also provide resource-name-attributes, those of the first entry encountered will be used.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element XmlLdapSource/attribute-mapping
diagram de_wsdl_diagrams/de_wsdl_p22370.png
type XmlLdapAttributeMapping
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
resource-attr-guid  xs:string  required      
documentation
The GUID of the Resource Attribute as defined in the organization model.
ldap-attribute  xs:string  required      
documentation
LDAP attribute that is to be mapped to the identified resource attribute. Whenever a value is required for the resource attribute, it will be provided by this LDAP attribute.
source <xs:element name="attribute-mapping" type="XmlLdapAttributeMapping" minOccurs="0" maxOccurs="unbounded"/>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy