Uses of Class
org.wildfly.security.http.oidc.HttpClientBuilder.HostnameVerificationPolicy
- 
Packages that use HttpClientBuilder.HostnameVerificationPolicy Package Description org.wildfly.security.http.oidc 
- 
- 
Uses of HttpClientBuilder.HostnameVerificationPolicy in org.wildfly.security.http.oidcFields in org.wildfly.security.http.oidc declared as HttpClientBuilder.HostnameVerificationPolicy Modifier and Type Field Description private HttpClientBuilder.HostnameVerificationPolicyHttpClientBuilder. policyMethods in org.wildfly.security.http.oidc 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.wildfly.security.http.oidc with parameters of type HttpClientBuilder.HostnameVerificationPolicy Modifier and Type Method Description HttpClientBuilderHttpClientBuilder. setHostnameVerification(HttpClientBuilder.HostnameVerificationPolicy policy)
 
-