complexType "tlsServerTrustStoreType"
Namespace:
Content:
empty, 8 attributes
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 6 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
 = 
xsd:string
 = 
(("jks" | "jceks" | "pkcs12") | xsd:string)
 = 
(("jks" | "jceks" | "pkcs12") | xsd:string)
 = 
xsd:string
 = 
xsd:string
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:boolean)
/>
All Direct / Indirect Based Elements (5):
server, server, server, tls-server, tls-server
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 (7); see within schema source)
<xsd:complexType name="tlsServerTrustStoreType">
<xsd:complexContent>
<xsd:extension base="tlsTrustStoreType">
<xsd:attribute name="class" type="keystoreType"/>
<xsd:attribute name="type" type="keystoreType"/>
<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 within this component only; 6/8)
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
Deprecated. use "type" instead
Attribute Value
("jks" | "jceks" | "pkcs12") | xsd:string
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="class" type="keystoreType"/>

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

type
Type:
Use:
optional
The type of keystore used.
Attribute Value
("jks" | "jceks" | "pkcs12") | xsd:string
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="type" type="keystoreType"/>

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.