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,io.vertx.core.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(io.vertx.ext.web.handler.SimpleAuthenticationHandler arg) |
|