public class ChainAuth extends AuthenticationProvider
original non RX-ified interface using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static TypeArg<ChainAuth> |
__TYPE_ARG |
| Constructor and Description |
|---|
ChainAuth(io.vertx.ext.auth.ChainAuth delegate) |
ChainAuth(Object delegate) |
| Modifier and Type | Method and Description |
|---|---|
ChainAuth |
add(AuthenticationProvider other)
Appends a auth provider to the chain.
|
static ChainAuth |
all()
Create a Chainable Auth Provider auth provider that will resolve if all auth providers are successful.
|
static ChainAuth |
any()
Create a Chainable Auth Provider auth provider that will resolve on the first success.
|
static ChainAuth |
create()
Deprecated.
|
boolean |
equals(Object o) |
io.vertx.ext.auth.ChainAuth |
getDelegate() |
int |
hashCode() |
static ChainAuth |
newInstance(io.vertx.ext.auth.ChainAuth arg) |
String |
toString() |
authenticate, authenticate, newInstance, rxAuthenticate, rxAuthenticatepublic ChainAuth(io.vertx.ext.auth.ChainAuth delegate)
public ChainAuth(Object delegate)
public String toString()
toString in class AuthenticationProviderpublic boolean equals(Object o)
equals in class AuthenticationProviderpublic int hashCode()
hashCode in class AuthenticationProviderpublic io.vertx.ext.auth.ChainAuth getDelegate()
getDelegate in class AuthenticationProvider@Deprecated public static ChainAuth create()
public static ChainAuth all()
public static ChainAuth any()
public ChainAuth add(AuthenticationProvider other)
other - auth providerpublic static ChainAuth newInstance(io.vertx.ext.auth.ChainAuth arg)
Copyright © 2022 Eclipse. All rights reserved.