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 ClientAuthentication
SocketConfiguration. clientAuth()
Whether to require client authentication or not.static ClientAuthentication
ClientAuthentication. 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 ServerConfiguration.Builder
ServerConfiguration.Builder. clientAuth(ClientAuthentication clientAuthentication)
SetClientAuthentication
whether client authentication is required or not.SocketConfiguration.Builder
SocketConfiguration.Builder. clientAuth(ClientAuthentication clientAuth)
Configures whether client authentication will be required or not.WebServerTls.Builder
WebServerTls.Builder. clientAuth(ClientAuthentication clientAuth)
Configures whether client authentication will be required or not.
-