Uses of Interface
io.vertx.ext.web.handler.SimpleAuthenticationHandler
-
Packages that use SimpleAuthenticationHandler Package Description io.vertx.ext.web.handler io.vertx.reactivex.ext.web.handler io.vertx.rxjava3.ext.web.handler -
-
Uses of SimpleAuthenticationHandler in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler that return SimpleAuthenticationHandler Modifier and Type Method Description SimpleAuthenticationHandler
SimpleAuthenticationHandler. authenticate(java.util.function.Function<RoutingContext,Future<User>> authenticationFunction)
This function will allow you to perform authentication the way you intended to.static SimpleAuthenticationHandler
SimpleAuthenticationHandler. 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 SimpleAuthenticationHandler Modifier and Type Method Description SimpleAuthenticationHandler
SimpleAuthenticationHandler. getDelegate()
Methods in io.vertx.reactivex.ext.web.handler with parameters of type SimpleAuthenticationHandler Modifier and Type Method Description static SimpleAuthenticationHandler
SimpleAuthenticationHandler. newInstance(SimpleAuthenticationHandler arg)
Constructors in io.vertx.reactivex.ext.web.handler with parameters of type SimpleAuthenticationHandler Constructor Description SimpleAuthenticationHandler(SimpleAuthenticationHandler delegate)
-
Uses of SimpleAuthenticationHandler in io.vertx.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.ext.web.handler that return SimpleAuthenticationHandler Modifier and Type Method Description SimpleAuthenticationHandler
SimpleAuthenticationHandler. getDelegate()
Methods in io.vertx.rxjava3.ext.web.handler with parameters of type SimpleAuthenticationHandler Modifier and Type Method Description static SimpleAuthenticationHandler
SimpleAuthenticationHandler. newInstance(SimpleAuthenticationHandler arg)
Constructors in io.vertx.rxjava3.ext.web.handler with parameters of type SimpleAuthenticationHandler Constructor Description SimpleAuthenticationHandler(SimpleAuthenticationHandler delegate)
-