diagram | |||||||||||||||||||||||||||||||||||||||
namespace | http://base.api.de.bpm.tibco.com | ||||||||||||||||||||||||||||||||||||||
type | extension of XmlLdapSource | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
children | attribute-mapping | ||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <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> |