Package | Description |
---|---|
com.solace.messaging.config |
A package of interfaces to configure PubSub+ messages, receivers, and publishers.
|
com.solace.messaging.util |
A package that contains interfaces and classes of utilities required to work with other PubSub+
Messaging APIs.
|
Modifier and Type | Method and Description |
---|---|
static AuthenticationStrategy.ClientCertificateAuthentication |
AuthenticationStrategy.ClientCertificateAuthentication.of(String keystoreURL,
String keystorePassword,
SecureStoreFormat keyStoreFormat)
A factory method that creates a new instance to be used for Client Certificate
Authentication.
|
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.
|
AuthenticationStrategy.ClientCertificateAuthentication |
AuthenticationStrategy.ClientCertificateAuthentication.withTrustStore(String trustStoreURL,
String trustStorePassword,
SecureStoreFormat trustStoreFormat)
Configures non-default truststore.
|
Modifier and Type | Method and Description |
---|---|
static SecureStoreFormat |
SecureStoreFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecureStoreFormat[] |
SecureStoreFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright 2019-2024 Solace Corporation. All rights reserved.