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.verificationDeprecated.Use the TLS registry instead.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.VerificationModifier and TypeMethodDescriptionOidcCommonConfig.Tls.getVerification()Deprecated, for removal: This API element is subject to removal in a future version.Methods in io.quarkus.oidc.common.runtime with parameters of type OidcCommonConfig.Tls.VerificationModifier and TypeMethodDescriptionvoidOidcCommonConfig.Tls.setVerification(OidcCommonConfig.Tls.Verification verification) Deprecated, for removal: This API element is subject to removal in a future version.