| Fuse ESB Enterprise 7.0 XML Schemas | ||||||
| SUMMARY: ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES | ||||||
| Nested Element Summary | |||||||||||||
| all |
|
||||||||||||
| Attribute Summary | |
ParameterizedBoolean | disableCNCheck
This attribute specifies if JSSE should omit checking if the host name specified in the URL matches that of the Common Name (CN) on the server's certificate. |
string | jsseProvider
This attribute contains the JSSE provider name. |
string | secureSocketProtocol
This attribute contains the Protocol Name. |
int | sslCacheTimeout
This attribute contains the JDK SSL session cache timeout |
ParameterizedBoolean | useHttpsURLConnectionDefaultHostnameVerifier
This attribute specifies if HttpsURLConnection.defaultHostnameVerifier should be used to create https connections. |
ParameterizedBoolean | useHttpsURLConnectionDefaultSslSocketFactory
This attribute specifies if HttpsURLConnection.defaultSslSocketFactory should be used to create https connections. |
| Attribute Detail |
This attribute specifies if JSSE should omit checking if the
host name specified in the URL matches that of the Common Name
(CN) on the server's certificate. Default is false; this attribute
should not be set to true during production use.
Defined with global type ParameterizedBoolean
"false"
This attribute contains the JSSE provider name.
Defined with global type string
This attribute contains the Protocol Name. Most common
example is "SSL", "TLS" or "TLSv1".
Defined with global type string
This attribute contains the JDK SSL session cache timeout
Defined with global type int
This attribute specifies if HttpsURLConnection.defaultHostnameVerifier
should be used to create https connections. If 'true', 'disableCNCheck'
is ignored.
Since 2.2.7.
Defined with global type ParameterizedBoolean
"false"
This attribute specifies if HttpsURLConnection.defaultSslSocketFactory
should be used to create https connections. If 'true', 'jsseProvider',
'secureSocketProtocol', 'trustManagers', 'keyManagers', 'secureRandom',
'cipherSuites' and 'cipherSuitesFilter' are ignored.
Since 2.2.7.
Defined with global type ParameterizedBoolean
"false"
| Fuse ESB Enterprise 7.0 XML Schemas | ||||||
| SUMMARY: ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES | ||||||