Uses of Enum Class
io.quarkus.oidc.common.runtime.OidcCommonConfig.Tls.Verification
Packages that use 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.VerificationModifier and TypeFieldDescriptionOidcCommonConfig.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.VerificationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static OidcCommonConfig.Tls.Verification[]OidcCommonConfig.Tls.Verification.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.oidc.common.runtime that return types with arguments of type OidcCommonConfig.Tls.VerificationMethods in io.quarkus.oidc.common.runtime with parameters of type OidcCommonConfig.Tls.VerificationModifier and TypeMethodDescriptionvoidOidcCommonConfig.Tls.setVerification(OidcCommonConfig.Tls.Verification verification)