Uses of Interface
com.rabbitmq.client.amqp.OAuth2Settings
-
Uses of OAuth2Settings in com.rabbitmq.client.amqp
Modifier and TypeMethodDescriptionSet the OAuth 2 client IDOAuth2Settings.clientSecret
(String clientSecret) Set the secret (password) to use to get a token.Set the grant type to use when requesting the token.OAuth2Settings
<? extends T> ConnectionSettings.oauth2()
OAuth 2 settings.OAuth2Settings.TlsSettings.oauth2()
Go back to the general OAuth 2 settings.Set a parameter to pass in the request.OAuth2Settings.shared
(boolean shared) Whether to share the same token between connections.OAuth2Settings.tokenEndpointUri
(String uri) Set the URI to access to get the token.