Package | Description |
---|---|
com.rabbitmq.client.impl |
Implementations of interfaces specified in the client API, and their supporting classes.
|
Modifier and Type | Method and Description |
---|---|
OAuth2ClientCredentialsGrantCredentialsProvider.TlsConfiguration |
OAuth2ClientCredentialsGrantCredentialsProvider.TlsConfiguration.dev()
Set up a non-secured environment, useful for development and testing.
|
OAuth2ClientCredentialsGrantCredentialsProvider.TlsConfiguration |
OAuth2ClientCredentialsGrantCredentialsProvider.TlsConfiguration.hostnameVerifier(HostnameVerifier hostnameVerifier)
Set the hostname verifier.
|
OAuth2ClientCredentialsGrantCredentialsProvider.TlsConfiguration |
OAuth2ClientCredentialsGrantCredentialsProvider.TlsConfiguration.sslContext(SSLContext sslContext)
|
OAuth2ClientCredentialsGrantCredentialsProvider.TlsConfiguration |
OAuth2ClientCredentialsGrantCredentialsProvider.TlsConfiguration.sslSocketFactory(SSLSocketFactory sslSocketFactory)
Set the
SSLSocketFactory to use in the HttpsURLConnection . |
OAuth2ClientCredentialsGrantCredentialsProvider.TlsConfiguration |
OAuth2ClientCredentialsGrantCredentialsProvider.OAuth2ClientCredentialsGrantCredentialsProviderBuilder.tls()
Get access to the TLS configuration to get the token on HTTPS.
|
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.