Definition Type: ComplexType
Name: com.predic8.membrane.core.config.spring.LdapUserDataProviderParser
Namespace: http://membrane-soa.org/proxies/1/
Type: beans:identifiedType
Containing Schema: proxies-1.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into map in schema proxies-1_xsd Drilldown into id in schema spring-beans-3_1_xsd Drilldown into identifiedType in schema spring-beans-3_1_xsd Drilldown into readAttributesAsSelf in schema proxies-1_xsd Drilldown into connectTimeout in schema proxies-1_xsd Drilldown into timeout in schema proxies-1_xsd Drilldown into passwordAttribute in schema proxies-1_xsd Drilldown into searchScope in schema proxies-1_xsd Drilldown into searchPattern in schema proxies-1_xsd Drilldown into bindpw in schema proxies-1_xsd Drilldown into binddn in schema proxies-1_xsd Drilldown into base in schema proxies-1_xsd Drilldown into url in schema proxies-1_xsdXSD Diagram of com.predic8.membrane.core.config.spring.LdapUserDataProviderParser in schema proxies-1_xsd (Membrane Service Proxy)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
map nsB:map (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id beans:id (Optional)
url nsB:url Required
base nsB:base Required
binddn nsB:binddn (Optional)
bindpw nsB:bindpw (Optional)
searchPattern nsB:searchPattern Required
searchScope nsB:searchScope (Optional)
passwordAttribute nsB:passwordAttribute (Optional)
timeout nsB:timeout (Optional)
connectTimeout nsB:connectTimeout (Optional)
readAttributesAsSelf nsB:readAttributesAsSelf (Optional)
Collapse Derivation Tree:
Collapse References:
nsB:ldapUserDataProvider, nsB:ldapUserDataProvider, nsB:ldapUserDataProvider