Uses of Class
io.vertx.reactivex.ext.web.handler.SimpleAuthenticationHandler
-
Packages that use SimpleAuthenticationHandler Package Description io.vertx.reactivex.ext.web.handler -
-
Uses of SimpleAuthenticationHandler in io.vertx.reactivex.ext.web.handler
Fields in io.vertx.reactivex.ext.web.handler with type parameters of type SimpleAuthenticationHandler Modifier and Type Field Description static TypeArg<SimpleAuthenticationHandler>
SimpleAuthenticationHandler. __TYPE_ARG
Methods in io.vertx.reactivex.ext.web.handler that return SimpleAuthenticationHandler Modifier and Type Method Description SimpleAuthenticationHandler
SimpleAuthenticationHandler. authenticate(io.reactivex.functions.Function<RoutingContext,io.reactivex.Single<User>> authenticationFunction)
This function will allow you to perform authentication the way you intended to.SimpleAuthenticationHandler
SimpleAuthenticationHandler. authenticate(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.static SimpleAuthenticationHandler
SimpleAuthenticationHandler. newInstance(SimpleAuthenticationHandler arg)
-