| Package | Description |
|---|---|
| io.vertx.ext.auth |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AuthProvider
Deprecated.
This interface was quite opionated. The new alternative is to use one of the specific interfaces:
AuthenticationProvider or AuthorizationProvider |
interface |
ChainAuth
Chain several authentication providers as if they were one.
|
| Modifier and Type | Method and Description |
|---|---|
ChainAuth |
ChainAuth.add(AuthenticationProvider other)
Appends a auth provider to the chain.
|
Copyright © 2022 Eclipse. All rights reserved.