| Package | Description |
|---|---|
| com.solace.messaging |
A root API package that contains interfaces and classes for developing Java applications using
Solace PubSub Messaging Java Client
|
| com.solace.messaging.config |
A package of interfaces to configure PubSub+ messages, receivers, and publishers.
|
| Modifier and Type | Method and Description |
|---|---|
MessagingServiceClientBuilder |
MessagingServiceClientBuilder.withAuthenticationStrategy(AuthenticationStrategy authenticationProvider) |
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthenticationStrategy.BasicUserNamePassword
A class for basic user name/password authentication configuration.
|
static class |
AuthenticationStrategy.ClientCertificateAuthentication
A class for a Client Certificate Authentication provider.
|
static class |
AuthenticationStrategy.Kerberos
A class for Kerberos Authentication Strategy.
|
static class |
AuthenticationStrategy.OAuth2
A class for access token based OAuth 2.0 authentication configuration.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationConfiguration |
AuthenticationConfiguration.withAuthenticationStrategy(AuthenticationStrategy authenticationProvider)
Enables/overrides the existing authentication strategy using given
AuthenticationStrategy. |
Copyright 2019-2025 Solace Corporation. All rights reserved.