Schema "mule-spring-security.xsd"
Target Namespace:
http://www.mulesoft.org/schema/mule/spring-security
Defined Components:
global elements, 1 local element, 5 complexTypes
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
http://www.mulesoft.org/schema/mule/spring-security/3.3/mule-spring-security.xsd; see XML source
Imports Schemas (2):
mule.xsd [src], xml.xsd [src]
Imported by Schema:
_mule-all-included.xsd
All Element Summary
authorization-filter Authorize users against a required set of authorities.
Type:
Content:
complex, 1 attribute, attr. wildcard, 1 element
Subst.Gr:
Defined:
globally; see XML source
Used:
never
delegate-security-provider An spring security-based security provider that delegates authorization to some other provider.
Type:
Content:
complex, 3 attributes, 1 element
Defined:
globally; see XML source
Used:
http-security-filter Authenticate users via information in standard HTTP headers.
Type:
Content:
complex, 2 attributes, attr. wildcard, 1 element
Subst.Gr:
Defined:
globally; see XML source
Used:
never
security-manager
Type:
Content:
complex, 2 attributes, attr. wildcard, 2 elements
Subst.Gr:
may substitute for element mule:abstract-security-manager
Defined:
globally; see XML source
Used:
never
security-property
Type:
Content:
empty, 2 attributes
Defined:
Complex Type Summary
Content:
complex, 1 attribute, attr. wildcard, 1 element
Defined:
globally; see XML source
Includes:
definition of 1 attribute
Used:
Content:
complex, 3 attributes, 1 element
Defined:
globally; see XML source
Includes:
definitions of 2 attributes, 1 element
Used:
Content:
complex, 2 attributes, attr. wildcard, 1 element
Defined:
globally; see XML source
Includes:
definitions of 2 attributes
Used:
This is the security provider type that is used to configure spring-security related functionality.
Content:
complex, 2 attributes, attr. wildcard, 2 elements
Defined:
globally; see XML source
Includes:
definition of 1 element
Used:
Content:
empty, 2 attributes
Defined:
globally; see XML source
Includes:
definitions of 2 attributes
Used:
XML Source
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.mulesoft.org/schema/mule/spring-security" xmlns="http://www.mulesoft.org/schema/mule/spring-security" xmlns:mule="http://www.mulesoft.org/schema/mule/core" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
<xsd:element name="security-manager" substitutionGroup="mule:abstract-security-manager" type="securityManagerType"/>
<xsd:complexType name="securityManagerType">
<xsd:annotation>
<xsd:documentation>
This is the security provider type that is used to configure spring-security related functionality.
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="mule:abstractSecurityManagerType">
<xsd:sequence maxOccurs="unbounded" minOccurs="1">
<xsd:element ref="delegate-security-provider"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="securityProperty">
<xsd:attribute name="name" type="xsd:string" use="required"/>
<xsd:attribute name="value" type="xsd:string"/>
</xsd:complexType>
<xsd:annotation>
<xsd:documentation>
An spring security-based security provider that delegates authorization to some
other provider.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="delegateSecurityProviderType">
<xsd:complexContent>
<xsd:extension base="mule:securityProviderType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="security-property" type="securityProperty"/>
</xsd:sequence>
<xsd:attribute name="delegate-ref" type="xsd:string" use="required"/>
<xsd:attribute name="authenticationProvider-ref" type="xsd:string" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="http-security-filter" substitutionGroup="mule:abstract-security-filter" type="httpSecurityFilterType">
<xsd:annotation>
<xsd:documentation>
Authenticate users via information in standard HTTP headers. Deprecated. Use http:basic-security-filter instead.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="httpSecurityFilterType">
<xsd:complexContent>
<xsd:extension base="mule:abstractSecurityFilterType">
<xsd:attribute name="realm" type="xsd:string" use="required"/>
<xsd:attribute name="securityProviders" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The delegate-security-provider to use for authenticating. Use this element
in case you have multiple security managers defined in your configuration.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="authorization-filter" substitutionGroup="mule:abstract-security-filter" type="authorizationFilterType">
<xsd:annotation>
<xsd:documentation>
Authorize users against a required set of authorities.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="authorizationFilterType">
<xsd:complexContent>
<xsd:extension base="mule:abstractSecurityFilterType">
<xsd:attribute name="requiredAuthorities" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The authorities that are required for the user to be granted further access in the flow.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:schema>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.