public static class OidcTenantConfig.Tls extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OidcTenantConfig.Tls.Verification |
| Modifier and Type | Field and Description |
|---|---|
OidcTenantConfig.Tls.Verification |
verification
Certificate validation and hostname verification, which can be one of the following values from enum
OidcTenantConfig.Tls.Verification. |
| Constructor and Description |
|---|
Tls() |
| Modifier and Type | Method and Description |
|---|---|
OidcTenantConfig.Tls.Verification |
getVerification() |
void |
setVerification(OidcTenantConfig.Tls.Verification verification) |
@ConfigItem(defaultValue="REQUIRED") public OidcTenantConfig.Tls.Verification verification
OidcTenantConfig.Tls.Verification. Default is required.public OidcTenantConfig.Tls.Verification getVerification()
public void setVerification(OidcTenantConfig.Tls.Verification verification)
Copyright © 2020 JBoss by Red Hat. All rights reserved.