complexType "jaasSecurityProviderType"
Namespace:
Content:
empty, 5 attributes
Defined:
globally in mule-jaas.xsd; see XML source
Includes:
definitions of 4 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    loginContextName
 = 
xsd:string
    credentials
 = 
xsd:string
    loginConfig
 = 
xsd:string
    loginModule
 = 
xsd:string
/>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  jaasSecurityProviderType
XML Source (see within schema source)
<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>
Attribute Detail (all declarations; defined in this component only; 4/5)
credentials
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="credentials" type="xsd:string"/>

loginConfig
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="loginConfig" type="xsd:string"/>

loginContextName
Type:
xsd:string, predefined
Use:
required
XML Source (see within schema source)
<xsd:attribute name="loginContextName" type="xsd:string" use="required"/>

loginModule
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="loginModule" type="xsd:string"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.