Uses of Enum Class
org.forgerock.http.handler.HttpClientHandler.HostnameVerifier
Packages that use HttpClientHandler.HostnameVerifier
-
Uses of HttpClientHandler.HostnameVerifier in org.forgerock.http.handler
Fields in org.forgerock.http.handler with type parameters of type HttpClientHandler.HostnameVerifierModifier and TypeFieldDescriptionstatic final Option<HttpClientHandler.HostnameVerifier>HttpClientHandler.OPTION_HOSTNAME_VERIFIERSpecifies the SSL host name verification policy.Methods in org.forgerock.http.handler that return HttpClientHandler.HostnameVerifierModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static HttpClientHandler.HostnameVerifier[]HttpClientHandler.HostnameVerifier.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HttpClientHandler.HostnameVerifier in org.forgerock.openig.tools
Methods in org.forgerock.openig.tools that return HttpClientHandler.HostnameVerifierModifier and TypeMethodDescriptionClientTlsOptions.getHostnameVerifier()Returns theHttpClientHandler.HostnameVerifierto apply.Constructors in org.forgerock.openig.tools with parameters of type HttpClientHandler.HostnameVerifierModifierConstructorDescriptionClientTlsOptions(String algorithm, KeyManager[] managers, TrustManager[] trustManagers, List<String> ciphers, List<String> protocols, boolean enableAlpn, HttpClientHandler.HostnameVerifier hostnameVerifier) Constructs TLS options with provided values.