complexType XmlLdapSourceLink
diagram deservices_wsdl_diagrams/deservices_wsdl_p2548.png
namespace http://base.api.de.bpm.tibco.com
attributes
Name  Type  Use  Default  Fixed  Annotation
primary-attribute  xs:string  required      
documentation
The LDAP attribute in the primary LDAP source that is to be mapped to the LDAP attribute in the secondary LDAP source (name in the secondary-attribute).
secondary-attribute  xs:string  required      
documentation
The LDAP attribute in this secondary LDAP source that is to be mapped to from the LDAP attribute in the primary LDAP source (named in the primary-attribute)
annotation
documentation
Definition of a foreign key mapping between the primary LDAP source and a secondary LDAP source for an LDAP container.

Each element names an attribute within each LDAP source that, for a given entry in each LDAP source, holds the same value and thus provides an association between the two entries.

For example, if a resource has an entry of "UID=Clint Hill" in the primary LDAP source, and is uniquely identified in the secondary LDAP source as "CN=Clint Hill". The mappping would map the "UID" attribute in the primary LDAP source to the "CN" attribute in the secondary LDAP source.

In order to uniquely identify an entry in each LDAP source many of these elements may be required, naming several attributes in each LDAP source.
source <xs:complexType name="XmlLdapSourceLink">
 
<xs:annotation>
   
<xs:documentation>Definition of a foreign key mapping between the primary LDAP source and a secondary LDAP source for an LDAP container.

Each element names an attribute within each LDAP source that, for a given entry in each LDAP source, holds the same value and thus provides an association between the two entries.

For example, if a resource has an entry of "UID=Clint Hill" in the primary LDAP source, and is uniquely identified in the secondary LDAP source as "CN=Clint Hill". The mappping would map the "UID" attribute in the primary LDAP source to the "CN" attribute in the secondary LDAP source.

In order to uniquely identify an entry in each LDAP source many of these elements may be required, naming several attributes in each LDAP source.
</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="primary-attribute" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>The LDAP attribute in the primary LDAP source that is to be mapped to the LDAP attribute in the secondary LDAP source (name in the secondary-attribute).</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="secondary-attribute" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>The LDAP attribute in this secondary LDAP source that is to be mapped to from the LDAP attribute in the primary LDAP source (named in the primary-attribute)</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute XmlLdapSourceLink/@primary-attribute
type xs:string
properties
use required
annotation
documentation
The LDAP attribute in the primary LDAP source that is to be mapped to the LDAP attribute in the secondary LDAP source (name in the secondary-attribute).
source <xs:attribute name="primary-attribute" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The LDAP attribute in the primary LDAP source that is to be mapped to the LDAP attribute in the secondary LDAP source (name in the secondary-attribute).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlLdapSourceLink/@secondary-attribute
type xs:string
properties
use required
annotation
documentation
The LDAP attribute in this secondary LDAP source that is to be mapped to from the LDAP attribute in the primary LDAP source (named in the primary-attribute)
source <xs:attribute name="secondary-attribute" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The LDAP attribute in this secondary LDAP source that is to be mapped to from the LDAP attribute in the primary LDAP source (named in the primary-attribute)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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