Uses of Class
io.vertx.mutiny.ext.web.handler.SimpleAuthenticationHandler
Packages that use SimpleAuthenticationHandler
-
Uses of SimpleAuthenticationHandler in io.vertx.mutiny.ext.web.handler
Fields in io.vertx.mutiny.ext.web.handler with type parameters of type SimpleAuthenticationHandlerModifier and TypeFieldDescriptionstatic final TypeArg<SimpleAuthenticationHandler>
SimpleAuthenticationHandler.__TYPE_ARG
Methods in io.vertx.mutiny.ext.web.handler that return SimpleAuthenticationHandlerModifier and TypeMethodDescriptionSimpleAuthenticationHandler.authenticate
(Function<RoutingContext, io.smallrye.mutiny.Uni<User>> authenticationFunction) static SimpleAuthenticationHandler
SimpleAuthenticationHandler.create()
static SimpleAuthenticationHandler
SimpleAuthenticationHandler.newInstance
(io.vertx.ext.web.handler.SimpleAuthenticationHandler arg)