Package io.quarkus.oidc.common.runtime
Class OidcCommonConfig.Tls
- java.lang.Object
-
- io.quarkus.oidc.common.runtime.OidcCommonConfig.Tls
-
- Enclosing class:
- OidcCommonConfig
public static class OidcCommonConfig.Tls extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOidcCommonConfig.Tls.Verification
-
Field Summary
Fields Modifier and Type Field Description Optional<OidcCommonConfig.Tls.Verification>verificationCertificate validation and hostname verification, which can be one of the following values from enumOidcCommonConfig.Tls.Verification.
-
Constructor Summary
Constructors Constructor Description Tls()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<OidcCommonConfig.Tls.Verification>getVerification()voidsetVerification(OidcCommonConfig.Tls.Verification verification)
-
-
-
Field Detail
-
verification
@ConfigItem public Optional<OidcCommonConfig.Tls.Verification> verification
Certificate validation and hostname verification, which can be one of the following values from enumOidcCommonConfig.Tls.Verification. Default is required.
-
-
Method Detail
-
getVerification
public Optional<OidcCommonConfig.Tls.Verification> getVerification()
-
setVerification
public void setVerification(OidcCommonConfig.Tls.Verification verification)
-
-