Package | Description |
---|---|
io.vertx.rxjava.ext.web.handler |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<SimpleAuthenticationHandler> |
SimpleAuthenticationHandler.__TYPE_ARG |
Modifier and Type | Method and 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.
|
static SimpleAuthenticationHandler |
SimpleAuthenticationHandler.newInstance(SimpleAuthenticationHandler arg) |
Copyright © 2021 Eclipse. All rights reserved.