public class ChainAuth extends AuthenticationProvider
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<ChainAuth> |
__TYPE_ARG |
Constructor and Description |
---|
ChainAuth(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) |
ChainAuth |
getDelegate() |
int |
hashCode() |
static ChainAuth |
newInstance(ChainAuth arg) |
String |
toString() |
authenticate, authenticate, authenticate, authenticate, newInstance, rxAuthenticate, rxAuthenticate
public static final io.vertx.lang.rx.TypeArg<ChainAuth> __TYPE_ARG
public ChainAuth(ChainAuth delegate)
public ChainAuth(Object delegate)
public String toString()
toString
in class AuthenticationProvider
public boolean equals(Object o)
equals
in class AuthenticationProvider
public int hashCode()
hashCode
in class AuthenticationProvider
public 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 providerCopyright © 2023 Eclipse. All rights reserved.