Uses of Enum Class
io.helidon.common.tls.TlsClientAuth
-
Uses of TlsClientAuth in io.helidon.common.tls
Modifier and TypeMethodDescriptionTlsConfig.BuilderBase.clientAuth()
Configure requirement for mutual TLS.TlsConfig.BuilderBase.TlsConfigImpl.clientAuth()
static TlsClientAuth
Returns 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.Modifier and TypeMethodDescriptionTlsConfig.BuilderBase.clientAuth
(TlsClientAuth clientAuth) Configure requirement for mutual TLS.