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_ARGMethods in io.vertx.mutiny.ext.web.handler that return SimpleAuthenticationHandler Modifier and Type Method Description SimpleAuthenticationHandlerSimpleAuthenticationHandler. authenticate(Function<RoutingContext,io.smallrye.mutiny.Uni<User>> authenticationFunction)static SimpleAuthenticationHandlerSimpleAuthenticationHandler. create()static SimpleAuthenticationHandlerSimpleAuthenticationHandler. newInstance(io.vertx.ext.web.handler.SimpleAuthenticationHandler arg) 
 -