<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>
|