diagram | |||||||||||||||||||||||
namespace | http://ldapservice.api.de.n2.tibco.com | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | req-attributes | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="listLDAPAttributes"> <xs:annotation> <xs:documentation>Request element for listLDAPAttributes operation. This operation lists the values of the LDAP attributes held by the LDAP entry identified by the given "alias" and "dn". If specified, only those attributes named by the req-attributes elements will be included in the response. Otherwise, all attributes will be included.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="req-attributes" type="de:XmlLdapAttributeSimple" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Names of the resource attributes for which data should be returned. If no resource attributes are specified all data values will be returned.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="alias" type="xs:string" use="required"> <xs:annotation> <xs:documentation>LDAP alias of the LDAP source from which attribute data should be returned.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="dn" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Distinguished Name of the LDAP entity for which attribute data should be returned.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="alias" type="xs:string" use="required"> <xs:annotation> <xs:documentation>LDAP alias of the LDAP source from which attribute data should be returned.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="dn" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Distinguished Name of the LDAP entity for which attribute data should be returned.</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | |||||||||||||||
type | XmlLdapAttributeSimple | ||||||||||||||
properties |
|
||||||||||||||
children | value | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="req-attributes" type="de:XmlLdapAttributeSimple" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Names of the resource attributes for which data should be returned. If no resource attributes are specified all data values will be returned.</xs:documentation> </xs:annotation> </xs:element> |