Package | Description |
---|---|
com.solace.messaging.config |
A package of interfaces to configure PubSub+ messages, receivers, and publishers.
|
Modifier and Type | Method and Description |
---|---|
static AuthenticationStrategy.ClientCertificateAuthentication |
AuthenticationStrategy.ClientCertificateAuthentication.of(String keystoreURL,
String keystorePassword)
A factory method that creates a new instance to be used for Client Certificate
Authentication.
|
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.
|
AuthenticationStrategy.ClientCertificateAuthentication |
AuthenticationStrategy.ClientCertificateAuthentication.withKeyStorePrivateKeyAlias(String privateKeyAlias)
Configures a private key-alias to be used when there is more than one private key is present
in a keystore.
|
AuthenticationStrategy.ClientCertificateAuthentication |
AuthenticationStrategy.ClientCertificateAuthentication.withPrivateKeyPassword(String privateKeyPassword)
Configure the password to use to decrypt the private key from the keystore.
|
AuthenticationStrategy.ClientCertificateAuthentication |
AuthenticationStrategy.ClientCertificateAuthentication.withPrivateKeyPassword(String privateKeyPassword,
String privateKeyAlias)
Configures password that will be used to decrypt the private key from the key store.
|
AuthenticationStrategy.ClientCertificateAuthentication |
AuthenticationStrategy.ClientCertificateAuthentication.withTrustStore(String trustStoreURL,
String trustStorePassword,
SecureStoreFormat trustStoreFormat)
Configures non-default truststore.
|
AuthenticationStrategy.ClientCertificateAuthentication |
AuthenticationStrategy.ClientCertificateAuthentication.withUserName(String userName)
Configures client-username.
|
Copyright 2019-2024 Solace Corporation. All rights reserved.