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