Uses of Class
org.forgerock.http.handler.HttpClientHandler.HostnameVerifier
-
Packages that use HttpClientHandler.HostnameVerifier Package Description org.forgerock.http.handler CoreHandler
implementations.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_VERIFIER
Specifies the SSL host name verification policy.Methods in org.forgerock.http.handler that return HttpClientHandler.HostnameVerifier Modifier and Type Method Description static HttpClientHandler.HostnameVerifier
HttpClientHandler.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.HostnameVerifier
ClientTlsOptions. getHostnameVerifier()
Returns theHttpClientHandler.HostnameVerifier
to 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.
-