Package | Description |
---|---|
io.vertx.reactivex.ext.web.handler | |
io.vertx.reactivex.ext.web.openapi |
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 securitySchemeName,
AuthenticationHandler handler)
Mount to paths that have to follow a security schema a security handler.
|
Modifier and Type | Method and Description |
---|---|
Future<RouterBuilder> |
SecurityScheme.bind(java.util.function.Function<JsonObject,Future<AuthenticationHandler>> factory) |
Future<RouterBuilder> |
SecurityScheme.bind(Function<JsonObject,Single<AuthenticationHandler>> factory) |
RouterBuilder |
SecurityScheme.bindBlocking(java.util.function.Function<JsonObject,AuthenticationHandler> factory) |
Copyright © 2021 Eclipse. All rights reserved.