Definition Type: Element
Name: oauth2Resource
Namespace: http://membrane-soa.org/proxies/1/
Type: beans:identifiedType
Containing Schema: proxies-1.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into sessionManager in schema proxies-1_xsd Drilldown into google in schema proxies-1_xsd Drilldown into membrane in schema proxies-1_xsd Drilldown into github 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 publicURL in schema proxies-1_xsd Drilldown into loginPath in schema proxies-1_xsd Drilldown into loginLocation in schema proxies-1_xsdXSD Diagram of oauth2Resource in schema proxies-1_xsd (Membrane Service Proxy)
Collapse XSD Schema Code:
<xsd:element name="oauth2Resource">
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="beans:identifiedType">
                <xsd:sequence>
                    <xsd:choice minOccurs="1">
                        <xsd:element name="github" type="com.predic8.membrane.core.config.spring.GithubParser">
                        </xsd:element>
                        <xsd:element ref="membrane">
                        </xsd:element>
                        <xsd:element name="google" type="com.predic8.membrane.core.config.spring.GoogleParser">
                        </xsd:element>
                    </xsd:choice>
                    <xsd:choice minOccurs="0">
                        <xsd:element name="sessionManager" type="com.predic8.membrane.core.config.spring.SessionManagerParser">
                        </xsd:element>
                    </xsd:choice>
                </xsd:sequence>
                <xsd:attribute name="loginLocation" type="xsd:string">
                </xsd:attribute>
                <xsd:attribute name="loginPath" type="xsd:string">
                </xsd:attribute>
                <xsd:attribute name="publicURL" type="xsd:string">
                </xsd:attribute>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
github nsB:github (1) (1)
membrane nsB:membrane (1) (1)
google nsB:google (1) (1)
sessionManager nsB:sessionManager (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id beans:id (Optional)
loginLocation nsB:loginLocation (Optional)
loginPath nsB:loginPath (Optional)
publicURL nsB:publicURL (Optional)
Collapse Derivation Tree: