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.OAuth2 |
AuthenticationStrategy.OAuth2.of(String accessToken)
A factory method that creates an instance of
OAuth2 from the specified token. |
static AuthenticationStrategy.OAuth2 |
AuthenticationStrategy.OAuth2.of(String accessToken,
String idToken)
A factory method that creates an instance of
OAuth2 from the specified access token
and OIDC ID token. |
AuthenticationStrategy.OAuth2 |
AuthenticationStrategy.OAuth2.withIssuerIdentifier(String issuerIdentifier)
A factory method to configure an optional issuer identifier.
|
Copyright 2019-2024 Solace Corporation. All rights reserved.