|
keycloak
|
クラス | |
| enum | org.keycloak.truststore.HostnameVerificationPolicy |
パッケージ | |
| package | org.keycloak.truststore |
| enum org::keycloak::truststore::HostnameVerificationPolicy |

| 列挙値 | ANY |
Hostname verification is not done on the server's certificate |
STRICT |
CN must match hostname connecting to |
WILDCARD |
Allows wildcards in subdomain names i.e. *.foo.com |
|---|
1.8.13