Uses of Enum Class
io.helidon.reactive.webserver.ClientAuthentication
Packages that use ClientAuthentication
-
Uses of ClientAuthentication in io.helidon.reactive.webserver
Methods in io.helidon.reactive.webserver that return ClientAuthenticationModifier and TypeMethodDescriptionstatic ClientAuthenticationReturns 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.Methods in io.helidon.reactive.webserver with parameters of type ClientAuthenticationModifier and TypeMethodDescriptionWebServerTls.Builder.clientAuth(ClientAuthentication clientAuth) Configures whether client authentication will be required or not.