Uses of Class
com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider.OAuth2ClientCredentialsGrantCredentialsProviderBuilder
Package
Description
Implementations of interfaces specified in the client API, and their supporting classes.
-
Uses of OAuth2ClientCredentialsGrantCredentialsProvider.OAuth2ClientCredentialsGrantCredentialsProviderBuilder in com.rabbitmq.client.impl
Modifier and TypeMethodDescriptionOAuth2ClientCredentialsGrantCredentialsProvider.TlsConfiguration.builder()
Go back to the builder to configure non-TLS settings.OAuth2ClientCredentialsGrantCredentialsProvider.OAuth2ClientCredentialsGrantCredentialsProviderBuilder.clientId
(String clientId) Set the OAuth 2 client IDOAuth2ClientCredentialsGrantCredentialsProvider.OAuth2ClientCredentialsGrantCredentialsProviderBuilder.clientSecret
(String clientSecret) Set the secret (password) to use to get a token.OAuth2ClientCredentialsGrantCredentialsProvider.OAuth2ClientCredentialsGrantCredentialsProviderBuilder.connectionConfigurator
(Consumer<HttpURLConnection> connectionConfigurator) A hook to configure theHttpURLConnection
before the request is sent.OAuth2ClientCredentialsGrantCredentialsProvider.OAuth2ClientCredentialsGrantCredentialsProviderBuilder.grantType
(String grantType) Set the grant type to use when requesting the token.OAuth2ClientCredentialsGrantCredentialsProvider.OAuth2ClientCredentialsGrantCredentialsProviderBuilder.parameter
(String name, String value) Extra parameters to pass in the request.OAuth2ClientCredentialsGrantCredentialsProvider.OAuth2ClientCredentialsGrantCredentialsProviderBuilder.tokenEndpointUri
(String tokenEndpointUri) Set the URI to request to get the token.ModifierConstructorDescriptionTlsConfiguration
(OAuth2ClientCredentialsGrantCredentialsProvider.OAuth2ClientCredentialsGrantCredentialsProviderBuilder builder)