Package | Description |
---|---|
com.solace.messaging.config |
A package of interfaces to configure PubSub+ messages, receivers, and publishers.
|
Modifier and Type | Method and Description |
---|---|
static TransportSecurityStrategy.TLS |
TransportSecurityStrategy.TLS.create()
Creates a new transport layer security instance.
|
TransportSecurityStrategy.TLS |
TransportSecurityStrategy.TLS.downgradable()
Configures Secure Socket Layer (SSL) so that session connections are downgraded to a
plain-text after client authentication completes.
|
TransportSecurityStrategy.TLS |
TransportSecurityStrategy.TLS.withCertificateHostValidation()
Configures transport layer security (TLS) to validate host against one from a server
certificate.
|
TransportSecurityStrategy.TLS |
TransportSecurityStrategy.TLS.withCertificateValidation(String trustStorePassword,
boolean ignoreExpiration)
Configures transport-layer security (TLS) to use default JDK/JRE truststore 'jssecacerts' or
'cacerts' and to reject or not to reject expired certificates.
|
TransportSecurityStrategy.TLS |
TransportSecurityStrategy.TLS.withCertificateValidation(String trustStorePassword,
boolean ignoreExpiration,
SecureStoreFormat format,
String trustStoreFilePath)
Configures transport-layer security (TLS) validation on certificates.
|
TransportSecurityStrategy.TLS |
TransportSecurityStrategy.TLS.withCertificateValidation(String trustStorePassword,
boolean ignoreExpiration,
SecureStoreFormat format,
String trustStoreFilePath,
String trustedCommonNameList)
Configures TLS validation on certificates.
|
TransportSecurityStrategy.TLS |
TransportSecurityStrategy.TLS.withCipherSuites(String cipherSuitesList)
Specifies a comma separated list of cipher suites in order of preference used for Secure
Socket Layer (SSL) connections.
|
TransportSecurityStrategy.TLS |
TransportSecurityStrategy.TLS.withExcludedProtocols(TransportSecurityStrategy.TLS.SecureProtocols... excludedProtocols)
Specifies the list of Secure Socket Layer (SSL) protocols to not use.
|
TransportSecurityStrategy.TLS |
TransportSecurityStrategy.TLS.withoutCertificateHostValidation()
Configures transport layer security (TLS) to not validate host against one from a server
certificate.
|
TransportSecurityStrategy.TLS |
TransportSecurityStrategy.TLS.withoutCertificateValidation()
Configures transport layer security (TLS) to not validate server certificates.
|
Copyright 2019-2024 Solace Corporation. All rights reserved.