Package | Description |
---|---|
io.vertx.ext.web.handler | |
io.vertx.ext.web.openapi | |
io.vertx.reactivex.ext.web.handler | |
io.vertx.rxjava.ext.web.handler |
Modifier and Type | Interface and Description |
---|---|
interface |
AuthHandler
Deprecated.
New users should use
AuthenticationHandler |
interface |
BasicAuthHandler
An auth handler that provides HTTP Basic Authentication support.
|
interface |
ChainAuthHandler
An auth handler that chains to a sequence of handlers.
|
interface |
DigestAuthHandler
An auth handler that provides HTTP Basic Authentication support.
|
interface |
JWTAuthHandler
An auth handler that provides JWT Authentication support.
|
interface |
OAuth2AuthHandler
An auth handler that provides OAuth2 Authentication support.
|
interface |
RedirectAuthHandler
An auth handler that's used to handle auth by redirecting user to a custom login page.
|
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
|
Modifier and Type | Method and Description |
---|---|
AuthenticationHandler |
AuthenticationHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static AuthenticationHandler |
AuthenticationHandler.newInstance(AuthenticationHandler arg) |
Modifier and Type | Method and Description |
---|---|
AuthenticationHandler |
AuthenticationHandler.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static AuthenticationHandler |
AuthenticationHandler.newInstance(AuthenticationHandler arg) |
Copyright © 2021 Eclipse. All rights reserved.