Uses of Class
org.keycloak.adapters.cloned.HttpClientBuilder.HostnameVerificationPolicy
-
Packages that use HttpClientBuilder.HostnameVerificationPolicy Package Description org.keycloak.adapters.cloned -
-
Uses of HttpClientBuilder.HostnameVerificationPolicy in org.keycloak.adapters.cloned
Fields in org.keycloak.adapters.cloned declared as HttpClientBuilder.HostnameVerificationPolicy Modifier and Type Field Description protected HttpClientBuilder.HostnameVerificationPolicyHttpClientBuilder. policyMethods in org.keycloak.adapters.cloned 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.adapters.cloned with parameters of type HttpClientBuilder.HostnameVerificationPolicy Modifier and Type Method Description HttpClientBuilderHttpClientBuilder. hostnameVerification(HttpClientBuilder.HostnameVerificationPolicy policy)SSL policy used to verify hostnames
-