Uses of Enum
io.vertx.core.http.ClientAuth
Packages that use ClientAuth
Package
Description
-
Uses of ClientAuth in io.vertx.core.eventbus
Fields in io.vertx.core.eventbus declared as ClientAuthModifier and TypeFieldDescriptionstatic final ClientAuthEventBusOptions.DEFAULT_CLIENT_AUTHDefault value of whether client auth is required (SSL/TLS) = NoMethods in io.vertx.core.eventbus that return ClientAuthMethods in io.vertx.core.eventbus with parameters of type ClientAuthModifier and TypeMethodDescriptionEventBusOptions.setClientAuth(ClientAuth clientAuth) Set whether client auth is required -
Uses of ClientAuth in io.vertx.core.http
Subclasses with type arguments of type ClientAuth in io.vertx.core.httpModifier and TypeClassDescriptionenumConfigures the engine to require/request client authentication.Methods in io.vertx.core.http that return ClientAuthModifier and TypeMethodDescriptionstatic ClientAuthReturns the enum constant of this type with the specified name.static ClientAuth[]ClientAuth.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.core.http with parameters of type ClientAuth -
Uses of ClientAuth in io.vertx.core.net
Fields in io.vertx.core.net declared as ClientAuthModifier and TypeFieldDescriptionstatic final ClientAuthServerSSLOptions.DEFAULT_CLIENT_AUTHDefault value of whether client auth is required (SSL/TLS) = NoMethods in io.vertx.core.net that return ClientAuthModifier and TypeMethodDescriptionNetServerOptions.getClientAuth()ServerSSLOptions.getClientAuth()Methods in io.vertx.core.net with parameters of type ClientAuthModifier and TypeMethodDescriptionNetServerOptions.setClientAuth(ClientAuth clientAuth) Set whether client auth is requiredServerSSLOptions.setClientAuth(ClientAuth clientAuth) Set whether client auth is required -
Uses of ClientAuth in io.vertx.ext.shell.term
Methods in io.vertx.ext.shell.term with parameters of type ClientAuth -
Uses of ClientAuth in io.vertx.mqtt
Methods in io.vertx.mqtt with parameters of type ClientAuth