Uses of Enum Class
org.forgerock.http.handler.HttpClientHandler.HostnameVerifier
-
Uses of HttpClientHandler.HostnameVerifier in org.forgerock.http.handler
Modifier and TypeFieldDescriptionstatic final Option<HttpClientHandler.HostnameVerifier>
HttpClientHandler.OPTION_HOSTNAME_VERIFIER
Specifies the SSL host name verification policy.Modifier 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
Modifier and TypeMethodDescriptionClientTlsOptions.getHostnameVerifier()
Returns theHttpClientHandler.HostnameVerifier
to apply.ModifierConstructorDescriptionClientTlsOptions
(String algorithm, KeyManager[] managers, TrustManager[] trustManagers, List<String> ciphers, List<String> protocols, boolean enableAlpn, HttpClientHandler.HostnameVerifier hostnameVerifier) Constructs TLS options with provided values.