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