complexType "tlsServerTrustStoreType"
Namespace:
Content:
empty, 7 attributes
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 5 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
    path
 = 
xsd:string
    storePassword
 = 
xsd:string
    class
 = 
(xsd:string | xsd:string)
    algorithm
 = 
xsd:string
    factory-ref
 = 
xsd:string
    explicitOnly
 = 
(xsd:string | xsd:boolean)
    requireClientAuthentication
 = 
(xsd:string | xsd:boolean)
/>
All Direct / Indirect Based Elements (5):
Known Usage Locations
Annotation
Configures a direct trust store. TLS/SSL connections are made to trusted systems. The public certificates of trusted systems are stored in a keystore (called a trust store) and used to verify that the connection made to a remote system is the expected identity.
Type Definition Detail
Type Derivation Tree
tlsTrustStoreType (extension)
  tlsServerTrustStoreType
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="tlsServerTrustStoreType">
<xsd:complexContent>
<xsd:extension base="tlsTrustStoreType">
<xsd:attribute name="class" type="substitutableClass"/>
<xsd:attribute name="algorithm" type="xsd:string"/>
<!-- should be of type TrustManagerFactory -->
<xsd:attribute name="factory-ref" type="xsd:string"/>
<xsd:attribute name="explicitOnly" type="substitutableBoolean"/>
<xsd:attribute name="requireClientAuthentication" type="substitutableBoolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 5/7)
algorithm
Type:
xsd:string, predefined
Use:
optional
The algorithm used by the trust store.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="algorithm" type="xsd:string"/>

class
Type:
Use:
optional
Attribute Value
xsd:string | xsd:string
XML Source (see within schema source)
<xsd:attribute name="class" type="substitutableClass"/>

explicitOnly
Type:
Use:
optional
Specifies whether the key store data should not be used when a trust store is otherwise undefined.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="explicitOnly" type="substitutableBoolean"/>

factory-ref
Type:
xsd:string, predefined
Use:
optional
Reference to a TrustManagerFactory configured as a Spring bean.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="factory-ref" type="xsd:string"/>

requireClientAuthentication
Type:
Use:
optional
If a server socket is constructed directly, this attribute is used to determine whether client authentication is required. This does not apply to client connections.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="requireClientAuthentication" type="substitutableBoolean"/>

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.