Package | Description |
---|---|
org.keycloak.adapters |
Modifier and Type | Field and Description |
---|---|
protected HttpClientBuilder.HostnameVerificationPolicy |
HttpClientBuilder.policy |
Modifier and Type | Method and Description |
---|---|
static HttpClientBuilder.HostnameVerificationPolicy |
HttpClientBuilder.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.
|
Modifier and Type | Method and Description |
---|---|
HttpClientBuilder |
HttpClientBuilder.hostnameVerification(HttpClientBuilder.HostnameVerificationPolicy policy)
SSL policy used to verify hostnames
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.