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 |
| Constructor and Description |
|---|
ChainAuth(io.vertx.ext.auth.ChainAuth delegate) |
| 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
|
boolean |
equals(Object o) |
io.vertx.ext.auth.ChainAuth |
getDelegate() |
int |
hashCode() |
static ChainAuth |
newInstance(io.vertx.ext.auth.ChainAuth arg) |
boolean |
remove(AuthProvider other)
Removes a provider from the chain.
|
String |
toString() |
authenticate, newInstance, rxAuthenticatepublic String toString()
toString in class AuthProviderpublic boolean equals(Object o)
equals in class AuthProviderpublic int hashCode()
hashCode in class AuthProviderpublic io.vertx.ext.auth.ChainAuth getDelegate()
getDelegate in class AuthProviderpublic static ChainAuth create()
public ChainAuth append(AuthProvider other)
other - auth providerpublic boolean remove(AuthProvider other)
other - provider to removepublic void clear()
public static ChainAuth newInstance(io.vertx.ext.auth.ChainAuth arg)
Copyright © 2019 Eclipse. All rights reserved.