Uses of Class
io.vertx.rxjava3.ext.web.handler.SimpleAuthenticationHandler
-
Packages that use SimpleAuthenticationHandler Package Description io.vertx.rxjava3.ext.web.handler -
-
Uses of SimpleAuthenticationHandler in io.vertx.rxjava3.ext.web.handler
Fields in io.vertx.rxjava3.ext.web.handler with type parameters of type SimpleAuthenticationHandler Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<SimpleAuthenticationHandler>
SimpleAuthenticationHandler. __TYPE_ARG
Methods in io.vertx.rxjava3.ext.web.handler that return SimpleAuthenticationHandler Modifier and Type Method Description SimpleAuthenticationHandler
SimpleAuthenticationHandler. authenticate(java.util.function.Function<RoutingContext,Single<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.static SimpleAuthenticationHandler
SimpleAuthenticationHandler. newInstance(SimpleAuthenticationHandler arg)
-