Uses of Enum Class
io.helidon.common.tls.TlsClientAuth
Packages that use TlsClientAuth
-
Uses of TlsClientAuth in io.helidon.common.tls
Methods in io.helidon.common.tls that return TlsClientAuthModifier and TypeMethodDescriptionTlsConfig.BuilderBase.clientAuth()Configure requirement for mutual TLS.TlsConfig.BuilderBase.TlsConfigImpl.clientAuth()static TlsClientAuthReturns the enum constant of this class with the specified name.static TlsClientAuth[]TlsClientAuth.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.common.tls with parameters of type TlsClientAuthModifier and TypeMethodDescriptionTlsConfig.BuilderBase.clientAuth(TlsClientAuth clientAuth) Configure requirement for mutual TLS.