Uses of Enum Class
io.helidon.webserver.ClientAuthentication
-
Uses of ClientAuthentication in io.helidon.webserver
Modifier and TypeMethodDescriptionSocketConfiguration.clientAuth()
Deprecated, for removal: This API element is subject to removal in a future version.static ClientAuthentication
Returns the enum constant of this class with the specified name.static ClientAuthentication[]
ClientAuthentication.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionWebServerTls.Builder.clientAuth
(ClientAuthentication clientAuth) Configures whether client authentication will be required or not.
tls().clientAuth()
instead.