Uses of Class
io.quarkus.oidc.common.runtime.OidcCommonConfig.Tls.Verification
-
-
Uses of OidcCommonConfig.Tls.Verification in io.quarkus.oidc.common.runtime
Fields in io.quarkus.oidc.common.runtime with type parameters of type OidcCommonConfig.Tls.Verification Modifier and Type Field Description Optional<OidcCommonConfig.Tls.Verification>OidcCommonConfig.Tls. verificationCertificate validation and hostname verification, which can be one of the followingOidcCommonConfig.Tls.Verificationvalues.Methods in io.quarkus.oidc.common.runtime that return OidcCommonConfig.Tls.Verification Modifier and Type Method Description static OidcCommonConfig.Tls.VerificationOidcCommonConfig.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.Methods in io.quarkus.oidc.common.runtime that return types with arguments of type OidcCommonConfig.Tls.Verification Modifier and Type Method Description Optional<OidcCommonConfig.Tls.Verification>OidcCommonConfig.Tls. getVerification()Methods in io.quarkus.oidc.common.runtime with parameters of type OidcCommonConfig.Tls.Verification Modifier and Type Method Description voidOidcCommonConfig.Tls. setVerification(OidcCommonConfig.Tls.Verification verification)
-