Uses of Class
org.keycloak.connections.httpclient.HttpClientBuilder.HostnameVerificationPolicy
- 
Packages that use HttpClientBuilder.HostnameVerificationPolicy Package Description org.keycloak.connections.httpclient 
- 
- 
Uses of HttpClientBuilder.HostnameVerificationPolicy in org.keycloak.connections.httpclientFields in org.keycloak.connections.httpclient declared as HttpClientBuilder.HostnameVerificationPolicy Modifier and Type Field Description protected HttpClientBuilder.HostnameVerificationPolicyHttpClientBuilder. policyMethods in org.keycloak.connections.httpclient that return HttpClientBuilder.HostnameVerificationPolicy Modifier and Type Method Description static HttpClientBuilder.HostnameVerificationPolicyHttpClientBuilder.HostnameVerificationPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpClientBuilder.HostnameVerificationPolicy[]HttpClientBuilder.HostnameVerificationPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.connections.httpclient with parameters of type HttpClientBuilder.HostnameVerificationPolicy Modifier and Type Method Description HttpClientBuilderHttpClientBuilder. hostnameVerification(HttpClientBuilder.HostnameVerificationPolicy policy)SSL policy used to verify hostnames
 
-