diagram |
|
namespace |
http://base.api.de.bpm.tibco.com |
type |
extension of XmlLdapSource |
properties |
|
children |
attribute-mapping |
used by |
element | XmlContainer/primary-group-ldap | complexType | XmlSecondaryLdapGroupSource |
|
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. |
| group-dn | xs:string | required | | | documentation | The Group DN uniquely identifies the directory entry that is the group. This can be derived by performing a search based upon the base-DN, search filter and scope parameters described above. Or, it can be manually entered (with verification) by the user. |
| member-attribute | xs:string | required | | | documentation | The member attribute names the attribute within the group entry that holds the collection of member idenifiers - their DNs. This will give the final list of candidate resources. |
|
|
annotation |
documentation | Definition of an LDAP Source entry (identified by the LDAP alias) in an LDAP container.
This class of LDAP Source is used to locate candidate entries using LDAP Groups. |
|
source |
<xs:complexType name="XmlLdapGroupSource">
<xs:annotation>
<xs:documentation>Definition of an LDAP Source entry (identified by the LDAP alias) in an LDAP container.
This class of LDAP Source is used to locate candidate entries using LDAP Groups.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="XmlLdapSource">
<xs:attribute name="group-dn" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The Group DN uniquely identifies the directory entry that is the group. This can be derived by performing a search based upon the base-DN, search filter and scope parameters described above. Or, it can be manually entered (with verification) by the user.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="member-attribute" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The member attribute names the attribute within the group entry that holds the collection of member idenifiers - their DNs. This will give the final list of candidate resources.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType> |