Uses of Class
org.forgerock.http.handler.HttpClientHandler.HostnameVerifier
-
Packages that use HttpClientHandler.HostnameVerifier Package Description org.forgerock.http.handler CoreHandlerimplementations.org.forgerock.openig.tools Common tools used in policy service. -
-
Uses of HttpClientHandler.HostnameVerifier in org.forgerock.http.handler
Fields in org.forgerock.http.handler with type parameters of type HttpClientHandler.HostnameVerifier Modifier and Type Field Description static Option<HttpClientHandler.HostnameVerifier>HttpClientHandler. OPTION_HOSTNAME_VERIFIERSpecifies the SSL host name verification policy.Methods in org.forgerock.http.handler that return HttpClientHandler.HostnameVerifier Modifier and Type Method Description static HttpClientHandler.HostnameVerifierHttpClientHandler.HostnameVerifier. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpClientHandler.HostnameVerifier[]HttpClientHandler.HostnameVerifier. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HttpClientHandler.HostnameVerifier in org.forgerock.openig.tools
Methods in org.forgerock.openig.tools that return HttpClientHandler.HostnameVerifier Modifier and Type Method Description HttpClientHandler.HostnameVerifierClientTlsOptions. getHostnameVerifier()Returns theHttpClientHandler.HostnameVerifierto apply.Constructors in org.forgerock.openig.tools with parameters of type HttpClientHandler.HostnameVerifier Constructor Description ClientTlsOptions(String algorithm, KeyManager[] managers, TrustManager[] trustManagers, List<String> ciphers, List<String> protocols, boolean enableAlpn, HttpClientHandler.HostnameVerifier hostnameVerifier)Constructs TLS options with provided values.
-