Uses of Interface
com.rabbitmq.stream.EnvironmentBuilder.OAuth2Configuration
Packages that use EnvironmentBuilder.OAuth2Configuration
Package
Description
Main API for RabbitMQ Stream Java Client.
Implementation-specific, non-public interfaces and classes of the RabbitMQ Stream Java Client.
-
Uses of EnvironmentBuilder.OAuth2Configuration in com.rabbitmq.stream
Methods in com.rabbitmq.stream that return EnvironmentBuilder.OAuth2ConfigurationModifier and TypeMethodDescriptionSet the OAuth 2 client IDEnvironmentBuilder.OAuth2Configuration.clientSecret
(String clientSecret) Set the secret (password) to use to get a token.Set the grant type to use when requesting the token.EnvironmentBuilder.oauth2()
OAuth 2 settings.Set a parameter to pass in the request.EnvironmentBuilder.OAuth2Configuration.sslContext
(SSLContext sslContext) SSLContext
for HTTPS requests.EnvironmentBuilder.OAuth2Configuration.tokenEndpointUri
(String uri) Set the URI to access to get the token. -
Uses of EnvironmentBuilder.OAuth2Configuration in com.rabbitmq.stream.impl
Methods in com.rabbitmq.stream.impl that return EnvironmentBuilder.OAuth2Configuration