| Modifier and Type | Field and Description |
|---|---|
Optional<OidcCommonConfig.Tls.Verification> |
OidcCommonConfig.Tls.verification
Certificate validation and hostname verification, which can be one of the following values from enum
OidcCommonConfig.Tls.Verification. |
| Modifier and Type | Method and Description |
|---|---|
static OidcCommonConfig.Tls.Verification |
OidcCommonConfig.Tls.Verification.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OidcCommonConfig.Tls.Verification[] |
OidcCommonConfig.Tls.Verification.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<OidcCommonConfig.Tls.Verification> |
OidcCommonConfig.Tls.getVerification() |
| Modifier and Type | Method and Description |
|---|---|
void |
OidcCommonConfig.Tls.setVerification(OidcCommonConfig.Tls.Verification verification) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.