Package | Description |
---|---|
io.vertx.ext.auth | |
io.vertx.reactivex.ext.auth | |
io.vertx.rxjava.ext.auth |
Modifier and Type | Method and Description |
---|---|
ChainAuth |
ChainAuth.add(AuthenticationProvider other)
Appends a auth provider to the chain.
|
static ChainAuth |
ChainAuth.all()
Create a Chainable Auth Provider auth provider that will resolve if all auth providers are successful.
|
static ChainAuth |
ChainAuth.any()
Create a Chainable Auth Provider auth provider that will resolve on the first success.
|
static ChainAuth |
ChainAuth.create()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ChainAuth |
ChainAuth.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ChainAuth |
ChainAuth.newInstance(ChainAuth arg) |
Constructor and Description |
---|
ChainAuth(ChainAuth delegate) |
Modifier and Type | Method and Description |
---|---|
ChainAuth |
ChainAuth.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ChainAuth |
ChainAuth.newInstance(ChainAuth arg) |
Constructor and Description |
---|
ChainAuth(ChainAuth delegate) |
Copyright © 2021 Eclipse. All rights reserved.