Uses of Class
io.helidon.webserver.ClientAuthentication
-
Packages that use ClientAuthentication Package Description io.helidon.webserver Reactive web server API. -
-
Uses of ClientAuthentication in io.helidon.webserver
Methods in io.helidon.webserver that return ClientAuthentication Modifier and Type Method Description ClientAuthenticationSocketConfiguration. clientAuth()Deprecated, for removal: This API element is subject to removal in a future version.usetls().clientAuth()instead.static ClientAuthenticationClientAuthentication. valueOf(String name)Returns the enum constant of this type with the specified name.static ClientAuthentication[]ClientAuthentication. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.helidon.webserver with parameters of type ClientAuthentication Modifier and Type Method Description WebServerTls.BuilderWebServerTls.Builder. clientAuth(ClientAuthentication clientAuth)Configures whether client authentication will be required or not.
-