| Package | Description |
|---|---|
| io.vertx.reactivex.ext.web.handler | |
| io.vertx.reactivex.ext.web.openapi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AuthHandler
Base interface for auth handlers.
|
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationHandler |
AuthenticationHandler.newInstance(AuthenticationHandler arg) |
| Modifier and Type | Method and Description |
|---|---|
ChainAuthHandler |
ChainAuthHandler.add(AuthenticationHandler other)
Appends a auth provider to the chain.
|
| Modifier and Type | Method and Description |
|---|---|
RouterBuilder |
RouterBuilder.securityHandler(String securitySchemaName,
AuthenticationHandler handler)
Mount to paths that have to follow a security schema a security handler
|
Copyright © 2021 Eclipse. All rights reserved.