public class ChainAuth extends AuthProvider
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<ChainAuth> |
__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
ChainAuth |
append(AuthProvider other)
Appends a auth provider to the chain.
|
void |
clear()
Clears the chain.
|
static ChainAuth |
create()
Create a Chainable Auth Provider auth provider
|
ChainAuth |
getDelegate() |
static ChainAuth |
newInstance(ChainAuth arg) |
boolean |
remove(AuthProvider other)
Removes a provider from the chain.
|
authenticate, newInstance, rxAuthenticate
public ChainAuth(ChainAuth delegate)
public ChainAuth getDelegate()
getDelegate
in class AuthProvider
public static ChainAuth create()
public ChainAuth append(AuthProvider other)
other
- auth providerpublic boolean remove(AuthProvider other)
other
- provider to removepublic void clear()
Copyright © 2017. All rights reserved.