Uses of Interface
io.vertx.ext.web.handler.SimpleAuthenticationHandler
Packages that use SimpleAuthenticationHandler
Package
Description
-
Uses of SimpleAuthenticationHandler in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler that return SimpleAuthenticationHandlerModifier and TypeMethodDescriptionSimpleAuthenticationHandler.authenticate(Function<RoutingContext, Future<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. -
Uses of SimpleAuthenticationHandler in io.vertx.reactivex.ext.web.handler
Methods in io.vertx.reactivex.ext.web.handler that return SimpleAuthenticationHandlerMethods in io.vertx.reactivex.ext.web.handler with parameters of type SimpleAuthenticationHandlerModifier and TypeMethodDescriptionstatic SimpleAuthenticationHandlerSimpleAuthenticationHandler.newInstance(SimpleAuthenticationHandler arg) Constructors in io.vertx.reactivex.ext.web.handler with parameters of type SimpleAuthenticationHandler -
Uses of SimpleAuthenticationHandler in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler that return SimpleAuthenticationHandlerMethods in io.vertx.rxjava3.ext.web.handler with parameters of type SimpleAuthenticationHandlerModifier and TypeMethodDescriptionstatic SimpleAuthenticationHandlerSimpleAuthenticationHandler.newInstance(SimpleAuthenticationHandler arg) Constructors in io.vertx.rxjava3.ext.web.handler with parameters of type SimpleAuthenticationHandler