Package | Description |
---|---|
io.vertx.reactivex.ext.web.handler |
Modifier and Type | Interface and Description |
---|---|
interface |
AuthHandler
Base interface for auth handlers.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicAuthHandler
An auth handler that provides HTTP Basic Authentication support.
|
class |
ChainAuthHandler
An auth handler that chains to a sequence of handlers.
|
class |
DigestAuthHandler
An auth handler that provides HTTP Basic Authentication support.
|
class |
JWTAuthHandler
An auth handler that provides JWT Authentication support.
|
class |
OAuth2AuthHandler
An auth handler that provides OAuth2 Authentication support.
|
class |
RedirectAuthHandler
An auth handler that's used to handle auth by redirecting user to a custom login page.
|
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.
|
Copyright © 2020 Eclipse. All rights reserved.