Uses of Class
io.vertx.rxjava3.ext.web.handler.SimpleAuthenticationHandler
Packages that use SimpleAuthenticationHandler
-
Uses of SimpleAuthenticationHandler in io.vertx.rxjava3.ext.web.handler
Fields in io.vertx.rxjava3.ext.web.handler with type parameters of type SimpleAuthenticationHandlerModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<SimpleAuthenticationHandler> SimpleAuthenticationHandler.__TYPE_ARGMethods in io.vertx.rxjava3.ext.web.handler that return SimpleAuthenticationHandlerModifier and TypeMethodDescriptionSimpleAuthenticationHandler.authenticate(Function<RoutingContext, Single<User>> authenticationFunction) This function will allow you to perform authentication the way you intended to.static SimpleAuthenticationHandlerSimpleAuthenticationHandler.create()Creates a new instance of the simple authentication handler.static SimpleAuthenticationHandlerSimpleAuthenticationHandler.newInstance(SimpleAuthenticationHandler arg)