diagram | |||||||||||||||||||||||
namespace | http://base.api.de.bpm.tibco.com | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |