Uses of Class
com.rabbitmq.client.impl.OAuth2ClientCredentialsGrantCredentialsProvider.TlsConfiguration
Package
Description
Implementations of interfaces specified in the client API, and their supporting classes.
-
Uses of OAuth2ClientCredentialsGrantCredentialsProvider.TlsConfiguration in com.rabbitmq.client.impl
Modifier and TypeMethodDescriptionOAuth2ClientCredentialsGrantCredentialsProvider.TlsConfiguration.dev()
Set up a non-secured environment, useful for development and testing.OAuth2ClientCredentialsGrantCredentialsProvider.TlsConfiguration.hostnameVerifier
(HostnameVerifier hostnameVerifier) Set the hostname verifier.OAuth2ClientCredentialsGrantCredentialsProvider.TlsConfiguration.sslContext
(SSLContext sslContext) OAuth2ClientCredentialsGrantCredentialsProvider.TlsConfiguration.sslSocketFactory
(SSLSocketFactory sslSocketFactory) Set theSSLSocketFactory
to use in theHttpsURLConnection
.OAuth2ClientCredentialsGrantCredentialsProvider.OAuth2ClientCredentialsGrantCredentialsProviderBuilder.tls()
Get access to the TLS configuration to get the token on HTTPS.