<xsd:complexType name="com.predic8.membrane.core.config.spring.LdapUserDataProviderParser">
<xsd:complexContent>
<xsd:extension base="beans:identifiedType">
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element name="map" type="com.predic8.membrane.core.config.spring.LdapUserDataProvidermapParser">
</xsd:element>
</xsd:choice>
</xsd:sequence>
<xsd:attribute name="url" type="xsd:string" use="required">
</xsd:attribute>
<xsd:attribute name="base" type="xsd:string" use="required">
</xsd:attribute>
<xsd:attribute name="binddn" type="xsd:string">
</xsd:attribute>
<xsd:attribute name="bindpw" type="xsd:string">
</xsd:attribute>
<xsd:attribute name="searchPattern" type="xsd:string" use="required">
</xsd:attribute>
<xsd:attribute name="searchScope" type="xsd:string">
</xsd:attribute>
<xsd:attribute name="passwordAttribute" type="xsd:string">
</xsd:attribute>
<xsd:attribute name="timeout" type="xsd:string">
</xsd:attribute>
<xsd:attribute name="connectTimeout" type="xsd:string">
</xsd:attribute>
<xsd:attribute name="readAttributesAsSelf" type="spel_boolean">
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|