diagram | |||||||||||||||||||||||
namespace | http://base.api.de.bpm.tibco.com | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | attribute-mapping | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |
diagram | |||||||||||||||||||||||
type | XmlLdapAttributeMapping | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
source | <xs:element name="attribute-mapping" type="XmlLdapAttributeMapping" minOccurs="0" maxOccurs="unbounded"/> |