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