Modifier and Type | Interface and Description |
---|---|
interface |
ChainAuth
Chain several auth providers as if they were one.
|
Modifier and Type | Method and Description |
---|---|
AuthProvider |
AuthOptions.createProvider(io.vertx.core.Vertx vertx)
Deprecated.
Create the suitable provider for this option.
|
Modifier and Type | Method and Description |
---|---|
ChainAuth |
ChainAuth.append(AuthProvider other)
Appends a auth provider to the chain.
|
boolean |
ChainAuth.remove(AuthProvider other)
Removes a provider from the chain.
|
void |
User.setAuthProvider(AuthProvider authProvider)
Deprecated.
|
Copyright © 2021 Eclipse. All rights reserved.