Schema "mule-jaas.xsd"
Target Namespace:
http://www.mulesoft.org/schema/mule/jaas
Defined Components:
global elements, 1 local element, 3 complexTypes
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
http://www.mulesoft.org/schema/mule/jaas/3.3/mule-jaas.xsd; see XML source
Imports Schemas (3):
mule-schemadoc.xsd [src], mule.xsd [src], xml.xsd [src]
Imported by Schema:
_mule-all-included.xsd
All Element Summary
jaas-security-filter Authenticates users via JAAS.
Type:
Content:
complex, attr. wildcard, 1 element
Subst.Gr:
Defined:
globally; see XML source
Used:
never
password-encryption-strategy
Type:
Content:
empty, 4 attributes
Defined:
locally witnin securityManagerType complexType; see XML source
security-manager This is the security provider type that is used to configure JAAS related functionality.
Type:
Content:
complex, 2 attributes, attr. wildcard, 3 elements
Subst.Gr:
may substitute for element mule:abstract-security-manager
Defined:
globally; see XML source
Used:
never
security-provider This is the security provider type that is used to configure JAAS related functionality.
Type:
Content:
empty, 5 attributes
Defined:
globally; see XML source
Used:
Complex Type Summary
Content:
complex, attr. wildcard, 1 element
Defined:
globally; see XML source
Used:
never
Content:
empty, 5 attributes
Defined:
globally; see XML source
Includes:
definitions of 4 attributes
Used:
Content:
complex, 2 attributes, attr. wildcard, 3 elements
Defined:
globally; see XML source
Includes:
definitions of 2 elements
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/jaas" xmlns="http://www.mulesoft.org/schema/mule/jaas" xmlns:mule="http://www.mulesoft.org/schema/mule/core" xmlns:schemadoc="http://www.mulesoft.org/schema/mule/schemadoc" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
<xsd:annotation>
<xsd:appinfo>
<schemadoc:short-name>jaas</schemadoc:short-name>
<schemadoc:page-title>JAAS Module</schemadoc:page-title>
</xsd:appinfo>
</xsd:annotation>
<xsd:element name="security-manager" substitutionGroup="mule:abstract-security-manager" type="securityManagerType">
<xsd:annotation>
<xsd:documentation>
This is the security provider type that is used to configure JAAS related functionality.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="securityManagerType">
<xsd:complexContent>
<xsd:extension base="mule:abstractSecurityManagerType">
<xsd:sequence>
<xsd:element ref="security-provider"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="password-encryption-strategy" type="mule:passwordEncryptionStrategyType"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<!-- jaas provider -->
<xsd:element name="security-provider" type="jaasSecurityProviderType">
<xsd:annotation>
<xsd:documentation>
This is the security provider type that is used to configure JAAS related functionality.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="jaasSecurityProviderType">
<xsd:complexContent>
<xsd:extension base="mule:securityProviderType">
<xsd:attribute name="loginContextName" type="xsd:string" use="required"/>
<xsd:attribute name="credentials" type="xsd:string"/>
<xsd:attribute name="loginConfig" type="xsd:string"/>
<xsd:attribute name="loginModule" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:annotation>
<xsd:documentation>
Authenticates users via JAAS.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="jaasSecurityFilterType">
<xsd:complexContent>
<xsd:extension base="mule:abstractSecurityFilterType"/>
</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.